Save as Dialog box word C#

M

mjcast

I am trying to use the Word Saveas dialog box to perform a save, I need the dialog box to popup and the name to be replaced with a field in a bookmark. The problem is i cannot access the name property of the dialog box c# does not expose it, what should i use?

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

this shows fine, i just need the file name to change
 

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