B
Bill Oertell
Is there any way to stop this? I have a workbook I've been working on (some of
you have helped me with it) that uses Workbook_BeforeSave to intercept a save
event. The sub then checks to see if certain required fields are populated.
However, it was brought to my attention that if a user clicked on File...Send
To...Mail Recipient, they could send the file without it going through the
checker.
The best solution would be for the File...Send To... to trigger an event that
simply runs the Workbook_BeforeSave sub. Alternatively, just disabling that
menu option would work, too.
Any ideas?
you have helped me with it) that uses Workbook_BeforeSave to intercept a save
event. The sub then checks to see if certain required fields are populated.
However, it was brought to my attention that if a user clicked on File...Send
To...Mail Recipient, they could send the file without it going through the
checker.
The best solution would be for the File...Send To... to trigger an event that
simply runs the Workbook_BeforeSave sub. Alternatively, just disabling that
menu option would work, too.
Any ideas?