How to Set the Visible page of a Mult-Tabbed Form
Posted on January 5, 2009
1 2 3 4 5 | 'Controls - How to Set the Visible page of a Mult-Tabbed Form Private Sub Main() MultiPage1.Value = 0 '(0 is the first page) End Sub |
1 2 3 4 5 | 'Controls - How to Set the Visible page of a Mult-Tabbed Form Private Sub Main() MultiPage1.Value = 0 '(0 is the first page) End Sub |