Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 363
Default Multipage Tab's

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

Corey....


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Multipage Tab's

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....




  #3   Report Post  
Posted to microsoft.public.excel.programming
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....





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tab's Hide/Show Corey .... Setting up and Configuration of Excel 3 June 18th 09 03:38 AM
can I automatically bring a tab's name into a worksheet? MP Excel Discussion (Misc queries) 4 May 12th 06 03:53 PM
Tab's in a multiline text box Robert Mulroney[_3_] Excel Programming 1 February 8th 06 01:21 AM
How active the tab's color menu ? Vader Excel Programming 4 August 24th 05 05:50 PM
Changing the tab's text Paulo de Arruda Borelli[_2_] Excel Programming 5 September 13th 04 03:54 AM


All times are GMT +1. The time now is 03:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"