Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dim mCtr As Long For mCtr = 0 To Me.MultiPage1.Pages.Count - 1 Me.MultiPage1.Pages(mCtr).Enabled = True Next mCtr To toggle the .enabled property: With Me.MultiPage1.Pages(mCtr) .Enabled = Not .Enabled End With Yajiv wrote: I have a multipage with four pages. I want to enable them when some condition is satisfied. How can i do that? The intelli-sense is not displaying my page names. -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enable/Disable Macro | Excel Programming | |||
MultiPage: How to enable controls in Frame on Page | Excel Programming | |||
Is it possible to disable a tab/page on a multipage Userform? | Excel Programming | |||
Enable/Disable Macro | Excel Programming | |||
Enable/disable page on multipage | Excel Programming |