Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi...
Whats the VB to select sheet a and sheet b and make them very hidden? Then the corresponding VB to select sheet a and sheet b and make them visible? Thanks a mill.... D *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Darin Kramer" schrieb im Newsbeitrag ... Hi... Whats the VB to select sheet a and sheet b and make them very hidden? Then the corresponding VB to select sheet a and sheet b and make them visible? Thanks a mill.... D *** Sent via Developersdex http://www.developersdex.com *** worksheets("A").visible=xlveryhidden worksheets("A").visible=true cheers, Stephan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Darin Kramer" wrote in message ... Whats the VB to select sheet a and sheet b and make them very hidden? Worksheets("Sheet1").Visible = xlSheetVeryhidden Then the corresponding VB to select sheet a and sheet b and make them visible? Worksheets("Sheet1").Visible = xlSheetVisible |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to password-protect "VeryHidden" worksheet | New Users to Excel | |||
veryhidden sheet make restrictions ?! | Excel Programming | |||
Sheet hidden and VeryHidden | Excel Discussion (Misc queries) | |||
Problems with vb.veryhidden | Excel Programming | |||
Stuck myself - can't bring back "VeryHidden" | Excel Programming |