Save As

M

Marco

I have created a command button that the users can update their Table of
contents using the following code: .TablesOfContents(1).Update.

Is there VBA code that I can write that will then open the Save as dialog
box so users can save their final document.

Thanks
 
H

Helmut Weber

Hi Marco,
add:
Dialogs(wdDialogFileSaveAs).Show
after updating the table
---
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
 
Top