ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Simple Question (https://www.excelbanter.com/excel-programming/371393-simple-question.html)

TylerTheCoderGuy

Simple Question
 
I have a few text boxes on a MultiPage. If i tab through the textboxes,
does this trigger a MultiPage_Change() event, or any type of multipage
or userform event?


moon[_5_]

Simple Question
 

The MultiPage is just a holder of control objects like TextBoxes, ComboBoxes
or Buttons.
Once you click a tab, the MultiPage has the focus for a while, but on each
Page a control has its own events.
So if you tab through the textboxes, it won't affect the MultiPage - instead
the TextBox_Change-event is triggered.


"TylerTheCoderGuy" schreef in bericht
ups.com...
I have a few text boxes on a MultiPage. If i tab through the textboxes,
does this trigger a MultiPage_Change() event, or any type of multipage
or userform event?





All times are GMT +1. The time now is 10:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com