Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Hiding a sheet

Hello

I once read somewhere you can 'double' hide as sheet so that it can't be seen within a workbook. How do you do this

Thanks in advance
James
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Hiding a sheet

Hi James,

You set it's visible property to xlVeryHidden, like so

ACtiveSheet.Visible = xlVeryHidden

It is re-instated from VBA with = True as normal, but it can't be unhidden
in Excel.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"James L" wrote in message
...
Hello,

I once read somewhere you can 'double' hide as sheet so that it can't be

seen within a workbook. How do you do this?

Thanks in advance,
James



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
Hiding columns in a protected sheet wtebra Excel Discussion (Misc queries) 4 September 29th 08 04:17 PM
Hiding rows on a sheet before printing pano Excel Worksheet Functions 5 February 11th 07 04:15 PM
Hiding sheet in a workbook Curtis Excel Worksheet Functions 2 April 19th 06 08:39 PM
hiding all data in a sheet except desired _Bigred Excel Worksheet Functions 1 March 9th 05 04:33 PM
Hiding A Sheet Command Button With VBA Minitman[_3_] Excel Programming 2 March 7th 04 01:16 AM


All times are GMT +1. The time now is 04:55 PM.

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

About Us

"It's about Microsoft Excel"