moron
Member
- Outlook version
- Email Account
- Exchange Server 2007
1. how to make it popup save as dialog where user can choose where to save it?
currently i'm using this to save:
oDoc.SaveAs("C:\test.doc")
2. Is there anything i can call in script to save a file location into a variable?
currently i'm using this to open up a template:
Set oDoc = oWordApp.Documents.Add("C:\test.dot")
to maybe like:
template = ???
Set oDoc = oWordApp.Documents.Add("template")
thank, i'm not good with coding and have tried looking everywhere for it.
currently i'm using this to save:
oDoc.SaveAs("C:\test.doc")
2. Is there anything i can call in script to save a file location into a variable?
currently i'm using this to open up a template:
Set oDoc = oWordApp.Documents.Add("C:\test.dot")
to maybe like:
template = ???
Set oDoc = oWordApp.Documents.Add("template")
thank, i'm not good with coding and have tried looking everywhere for it.