Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Is is possible to hide a sheet. Many Thanks AQ *** Sent via Devdex http://www.devdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi AQ
Sub test() Sheets(2).Visible = False Sheets(3).Visible = xlVeryHidden End Sub Sheet3 will be invisible also in the Format Sheet Unhide menu. HTH. Best wishes Harald "AQ Mahomed" skrev i melding ... Hi Is is possible to hide a sheet. Many Thanks AQ *** Sent via Devdex http://www.devdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
also try:
format sheets hide ross |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"ross" skrev i melding
om... also try: format sheets hide You're absolutely right, Ross. Since this is the programming newsgroup I assumed code, but there's nothing indicating that in the original question. Best wishes Harald |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Sheet, Hide Sheet | Excel Discussion (Misc queries) | |||
How do I hide a sheet, that others will not be able to see it? | Excel Worksheet Functions | |||
hide sheet | Excel Discussion (Misc queries) | |||
hide sheet | Excel Programming | |||
hide sheet? uncheck sheet tabs? or ??? | Excel Programming |