Thread
:
Disabling Word's Save and SaveAs commands
View Single Post
03-07-2014, 01:13 PM
fumei
Windows 7 64bit
Office XP
Expert
Join Date: Jan 2013
Posts: 440
Yes. Just have your macro procedure have the name.
Code:
Sub FileSave() MsgBox "Blah blah blah" ActiveDocument.Save End Sub
Now running Save would give a messagebox, then do a save of the active documnent.
fumei
View Public Profile
Find all posts by fumei