Save As Event
Sounds like it is not in the ThisWorkbook code module.
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Sandy" wrote in message
...
My save as event:
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As
Boolean)
Application.Run "MyFile.xls!MyMacro"
End Sub
No longer fires on save. The macro exists and will run from a hot key.
What could have changed that it will not run on save?
Thanks!
|