Prompt user to save doc

Q

Question Boy

I am trying to automate displaying the saveas dialog to the user.

I can completely automate the save process with
ActiveDocument.SaveAs sFile & " - MM Kickoff.doc", , , , True

Or I can prompt the user to save with
Dialogs(wdDialogFileSaveAs).Show

but I can figure out how to pass a default filename to the dialog.

I would like to present the user with the saveas dialog, but populate the
filename with a default value. How is this done?

Thank you,

QB
 
Top