HI,
I would like to validate a textbox value (numeric).
The textbox is inside the first page of a 2 pages multipage in a userform.
I did use a standard validation process in this case:
"beforeupdate" event on textbox which is calling a procedure
But, the point is: when you write a wrong value in the textbox and click immediatly on the second page of multipage, the textbox "beforeupdate" event doesn't start and the wrong value remains in the textbox without being validated.
Any solution ?
Thanks
Jofx
I would like to validate a textbox value (numeric).
The textbox is inside the first page of a 2 pages multipage in a userform.
I did use a standard validation process in this case:
"beforeupdate" event on textbox which is calling a procedure
But, the point is: when you write a wrong value in the textbox and click immediatly on the second page of multipage, the textbox "beforeupdate" event doesn't start and the wrong value remains in the textbox without being validated.
Any solution ?
Thanks
Jofx