Saveas Dialog Box Word c#

M

mjcast

I am trying to open up a saveas dialog box in word using c#. I can open the dialog box fine, but i need to change the filename that is shown programatically so the user doesnt save with the wrong name, c# does not expose the .name property.

Word.Dialog dialog = wordApp.Dialogs[Word.WdWordDialog.wdDialogFileSaveAs];
dialog.Show(ref oMissing);

how can i change the file name?
 

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