Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is their a way to hide a certain page on a multi page, given a certain
condition. say the Cell A1 contains the word "Yes" hide page 4, else do not hide page 4. TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Spencer,
Try With Me.MultiPage1.Pages("Page1") If Range("C4") = "Yes" Then .Visible = False Else .Visible = True End If End With -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Spencer Hutton" wrote in message ... is their a way to hide a certain page on a multi page, given a certain condition. say the Cell A1 contains the word "Yes" hide page 4, else do not hide page 4. TIA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MultiPage control | Excel Worksheet Functions | |||
Events for Controls in a Multipage Control | Excel Programming | |||
MultiPage control | Excel Programming | |||
Multipage control on Excel VBA forms | Excel Programming | |||
Multipage control | Excel Programming |