Multipage on userforms
Darren
Multipage1.Value = 0
for the first page
Multipage1.Value = 1
for the second page, etc.
John
Darren wrote:
on a userform, what code do i use to select a particular page of a
multipage, if for example, the first page (index 0) is called "Welcome".
Thanks in advance for any help.
Darren
|