Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 201
Default Is it possible to disable a tab/page on a multipage Userform?


I know you can set this in the properties to Enabled = True/False, but can
you set this in a macro somthing like:

Userform.Page1.Enabled = False


--
Trefor
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Is it possible to disable a tab/page on a multipage Userform?


Me.MultiPageName.Pages(index).enabled = false

Me = the form active where multipage is present
MulitipageName = named multipage
Index = place of the page to enabl

--
Zur
-----------------------------------------------------------------------
Zurn's Profile: http://www.excelforum.com/member.php...fo&userid=1464
View this thread: http://www.excelforum.com/showthread.php?threadid=53405

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Is it possible to disable a tab/page on a multipage Userform?

Me.MultiPage1.Pages(1).Enabled = False

which is Page2 as Index starts at 0

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Trefor" wrote in message
...

I know you can set this in the properties to Enabled = True/False, but can
you set this in a macro somthing like:

Userform.Page1.Enabled = False


--
Trefor



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 201
Default Is it possible to disable a tab/page on a multipage Userform?

Zurn,

Perfect thankyou
--
Trefor


"Zurn" wrote:


Me.MultiPageName.Pages(index).enabled = false

Me = the form active where multipage is present
MulitipageName = named multipage
Index = place of the page to enable


--
Zurn
------------------------------------------------------------------------
Zurn's Profile: http://www.excelforum.com/member.php...o&userid=14645
View this thread: http://www.excelforum.com/showthread...hreadid=534056


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 201
Default Is it possible to disable a tab/page on a multipage Userform?

Bob,

Perfect thankyou
--
Trefor


"Bob Phillips" wrote:

Me.MultiPage1.Pages(1).Enabled = False

which is Page2 as Index starts at 0

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Trefor" wrote in message
...

I know you can set this in the properties to Enabled = True/False, but can
you set this in a macro somthing like:

Userform.Page1.Enabled = False


--
Trefor




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
activate a page of a Multipage in Userform Jeff Excel Discussion (Misc queries) 1 February 8th 08 06:16 PM
can you set a default page in a Multipage userform? Trefor Excel Programming 2 April 5th 06 08:28 AM
How to print a page of a multipage userform Jean-Pierre D via OfficeKB.com Excel Programming 3 August 15th 05 05:29 PM
Looking for eloquent solution: Determine of any control on a page of multipage has been altered (userform) KR Excel Programming 0 December 13th 04 09:04 PM
Enable/disable page on multipage Phillip Topping Excel Programming 3 November 24th 03 02:07 AM


All times are GMT +1. The time now is 12:40 PM.

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

About Us

"It's about Microsoft Excel"