Thread: Multipage Tab's
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 363
Default Multipage Tab's

thanks Chip
"Chip Pearson" wrote in message ...
Corey,

Try something like

Private Sub UserForm_Activate()
Me.MultiPage1.Value = 0 ' 0 = first tab, 1 = second tab, etc
End Sub

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"Corey" wrote in message
...
How can you set (in Initialize Userform procedure) a Mulitpage to Display
Tab1 instead of the
previously view Tab ?

Corey....