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.
 
Back
Top