View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bert Neuenschwander Bert Neuenschwander is offline
external usenet poster
 
Posts: 1
Default Check for any data changes in a form with multipage object

Ive created a form containing a multipage form. Each page of the form
contains multiple text boxes for user input. Prior to the user clicking to
go to another page of the form, Id like to do some validating . I know I
could use the €śon Exit€ť event for each text box, but prefer instead to
trigger based on trying to exit the page.

Ideas?
Thanks,
Bert