R
Robert Crandal
How can I prevent a user from choosing the "Save As"
option???
I see that Word 2007 has a macro command that is
named "FileSaveAs". By default, the subroutine looks
like this:
Sub FileSaveAs()
'
' FileSaveAs Macro
' Saves a copy of the document in a separate file
'
Dialogs(wdDialogFileSaveAs).Show
End Sub
If I delete the Dialogs() call in the middle isnt' that
supposed to prevent the Save As dialog box from
appearing???
thankx
option???
I see that Word 2007 has a macro command that is
named "FileSaveAs". By default, the subroutine looks
like this:
Sub FileSaveAs()
'
' FileSaveAs Macro
' Saves a copy of the document in a separate file
'
Dialogs(wdDialogFileSaveAs).Show
End Sub
If I delete the Dialogs() call in the middle isnt' that
supposed to prevent the Save As dialog box from
appearing???
thankx