Report Events

  • Thread starter Thread starter Dave
  • Start date Start date
I'm not sure of the order but you could test by placing code in each event
like:

Debug.Print "On Open Event"

Debug.Print "On Page"

Debug.Print "On Close"

etc

The open the debug window and the top text should be the last event that
fired and the bottom, the first.
 

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