Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default how to switch pages in a multipage control by a commandbutton

i want to write a VB code associated with a command button located
inside page1 of a multipagecontrol to switch automatically to page2.

is it possible??

thanks in advance

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 195
Default how to switch pages in a multipage control by a commandbutton


furbiuzzu wrote:
i want to write a VB code associated with a command button located
inside page1 of a multipagecontrol to switch automatically to page2.

is it possible??

thanks in advance



Private Sub CommandButton1_Click()
UserForm1.MultiPage1.Value = 1
End Sub

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default how to switch pages in a multipage control by a commandbutton


stevebriz ha scritto:

furbiuzzu wrote:
i want to write a VB code associated with a command button located
inside page1 of a multipagecontrol to switch automatically to page2.

is it possible??

thanks in advance



Private Sub CommandButton1_Click()
UserForm1.MultiPage1.Value = 1
End Sub





sorry for my ignorance... so easy solution !!!!

thanks again

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
Dynamically name MultiPage Pages JakeyC Excel Programming 1 October 16th 05 11:25 AM
Multipage Control Pages - Changing Index Value in Code misseill Excel Programming 1 July 13th 05 04:55 PM
Multipage Control Pages - Changing Index Value in Code misseill Excel Programming 0 July 13th 05 04:32 PM
Set Focus Problem for textbox control on multipage control ExcelDeveloperSPR Excel Programming 1 July 16th 04 08:54 PM
Displaying different pages in MultiPage Joepy Excel Programming 0 August 11th 03 01:03 PM


All times are GMT +1. The time now is 02:50 PM.

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"