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

Is there a why to hide a sheet in excel? I know that I could simply
protect the relevant the cells but it would be a lot easier to simply
not have the sheet appear.

I am reasonably sure that there should be a command like that available.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Hiding a sheet

I believe it's under FORMAT. Look for SHEET and you can hide from there.

" wrote:

Is there a why to hide a sheet in excel? I know that I could simply
protect the relevant the cells but it would be a lot easier to simply
not have the sheet appear.

I am reasonably sure that there should be a command like that available.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Hiding a sheet

If you open the VBA editor, you can select the sheet you want to hide, and go
to the Visible property. There are three options:
-1 - xlSheetVisible
0 - xlSheetHidden
2 - xlSheetVeryHidden

The first one is obvious - the sheet is not hidden. If you want users to be
able to unhide the sheet, you can use the second one, xlSheetHidden. The
third option will only allow you to view the sheet by unhiding it through a
macro or the VBA interface.

Hopefully that helps you out!

" wrote:

Is there a why to hide a sheet in excel? I know that I could simply
protect the relevant the cells but it would be a lot easier to simply
not have the sheet appear.

I am reasonably sure that there should be a command like that available.


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
Codeing for hiding sheet jk Excel Programming 3 July 23rd 06 11:49 AM
Hiding sheet in a workbook Curtis Excel Worksheet Functions 2 April 19th 06 08:39 PM
Hiding a whole sheet in a workbook L.White Excel Programming 3 July 20th 05 10:11 PM
Hiding a sheet John Baker Excel Programming 1 January 25th 05 12:10 AM
Hiding a sheet James L Excel Programming 1 April 16th 04 10:49 AM


All times are GMT +1. The time now is 10:23 PM.

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

About Us

"It's about Microsoft Excel"