How do I tell when a user has cancelled changes on an Outlook form?

  • Thread starter Thread starter Anne
  • Start date Start date
A

Anne

I have a custom Outlook form. I need to know when a user decides to
cancel the changes they have made to the form by hitting the top RHS X
button then selecting "no" when prompted to save changes.

Is this possible?
 
If you put MsgBox statements into the different event handlers, you can see what events fire in what order. In the scenario you describe, the only event you'll get is Close.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top