
Which event to use?/List of events
What is the last event that is fired after a user selects
an item in a select box? I need to be certain that a data
validation sub always executes following the user
selecting an item from a select box. I've played with the
onChange and onAfterUpdate events, however there are
scenarios where the events do not fire (e.g. the user
selects the existing value of the box - existing value
= 'New' and the user selects 'New' from the list.)
Also, to get to the root of the issue...
Does anyone know where I can find a comprehensive list of
events? I've tried msdn.microsoft.com, but haven't had any
luck so far.
David H.