W
Wayne Herbert
After creating a document, I cause the save dialog to be displayed
with the following code:
if Word.ActiveDocument.Saved = false then // save with prompt
Word.Documents.Save(OleVar, OleVar2);
How can I set the file name in this save dialog to a name of my own
choosing rather than the default name that shows up?
Thank you.
with the following code:
if Word.ActiveDocument.Saved = false then // save with prompt
Word.Documents.Save(OleVar, OleVar2);
How can I set the file name in this save dialog to a name of my own
choosing rather than the default name that shows up?
Thank you.