event procedure order

  • Thread starter Thread starter Garret
  • Start date Start date
G

Garret

Hello,
I've been trying to find out for quite sometime without success the
order that event procedures fire off. Particularly the events that
fire off when you exit out of a form, so I can deal with saving. If
anyone knows I would greatly appreciate it, even if they can point me
to any links.
 
If you want to confirm it for yourself, add a message box or a debug.print
to each procedure and see what order the message boxes popup or the lines
appear in the immediate window.

Example:
MsgBox "Close Event"
or
Debug.Print "Close Event"

change the text string to match the name of the event that it is located in.
 

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