Multipage on userforms

D

Darren

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
 
J

John Wilson

Darren

Multipage1.Value = 0
for the first page
Multipage1.Value = 1
for the second page, etc.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top