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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top