View Single Post
 
Old 03-07-2014, 01:13 PM
fumei fumei is offline Windows 7 64bit Office XP
Expert
 
Join Date: Jan 2013
Posts: 440
fumei is on a distinguished road
Default

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.
Reply With Quote