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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top