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

Hi there

appreciate some help....

I have a user form with a multipage on it that has two pages. CKRecturns
and ChkTrusts

i would like to be able to use these names to referance the page i want to
use but do not seem to be able to do this.

can someone point m in the right direction

many thanks

Paul

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200809/1

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default Multipage Name

Private Sub UserForm_Initialize()
MultiPage1.page1.TextBox1.Value = "Hello"
End Sub


"pjbur2005 via OfficeKB.com" <u18722@uwe wrote in message
news:8a2d0578c0881@uwe...
Hi there

appreciate some help....

I have a user form with a multipage on it that has two pages.
CKRecturns
and ChkTrusts

i would like to be able to use these names to referance the page i want to
use but do not seem to be able to do this.

can someone point m in the right direction

many thanks

Paul

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200809/1



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Multipage Name

Assume the multipage is on a userform.

Me.Multipage1.Pages(ChkTrusts).Caption = "Something"

"pjbur2005 via OfficeKB.com" wrote:

Hi there

appreciate some help....

I have a user form with a multipage on it that has two pages. CKRecturns
and ChkTrusts

i would like to be able to use these names to referance the page i want to
use but do not seem to be able to do this.

can someone point m in the right direction

many thanks

Paul

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200809/1


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
multipage AManso Excel Programming 2 December 4th 07 03:06 PM
vba - using multipage ajliaks[_23_] Excel Programming 3 August 9th 04 01:29 PM
Multipage Aksel Børve Excel Programming 1 March 1st 04 08:52 AM
MultiPage Michael[_25_] Excel Programming 3 January 6th 04 12:49 PM
Multipage Paul Excel Programming 1 July 9th 03 02:34 PM


All times are GMT +1. The time now is 01:15 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"