View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John Wilson John Wilson is offline
external usenet poster
 
Posts: 550
Default 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