#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Hiding worksheets?


Is it possible to hide worksheets but still have them available to edit?
Or is there a way in which I could put the worksheets into a folder just
so that the bar along the bottom is less cluttered?

Thanks,


Phil


--
phil2006
------------------------------------------------------------------------
phil2006's Profile: http://www.excelforum.com/member.php...o&userid=35092
View this thread: http://www.excelforum.com/showthread...hreadid=561020

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Hiding worksheets?

"phil2006" wrote:
Is it possible to hide worksheets but still have them available to edit?
Or is there a way in which I could put the worksheets into a folder just
so that the bar along the bottom is less cluttered?


If you do a right-click on the vcr-like controls at the bottom bar's left
corner (where you see the sheet tabs), you'd get a pop-up list to easily
select any visible sheet that you want to zip to.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Hiding worksheets?


You can't edit what you can't see. Your only real option is to hide
them when you don't want to see them, and unhide them when you do. You
could create a simple macro to do this for you and create a button to
toggle them visible and invisible.

Sub ToggleVisible()
Sheets("Sheet3").Visible = Not Sheets("Sheet3").Visible
End Sub

You can repeate the line

Sheets("Sheet3").Visible = Not Sheets("Sheet3").Visible

for each sheet you want to see/not see

Matt


--
Mallycat
------------------------------------------------------------------------
Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514
View this thread: http://www.excelforum.com/showthread...hreadid=561020

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
protection - hiding worksheets confused Excel Worksheet Functions 5 June 20th 06 12:13 PM
Hiding Columns in Worksheets saved in CSV Format akkrug New Users to Excel 1 March 8th 06 02:22 PM
hiding worksheets in excel a.j Excel Worksheet Functions 5 February 2nd 06 04:59 PM
Hiding Worksheets Jo Davis Setting up and Configuration of Excel 4 January 13th 05 11:15 PM
Conditional hiding of worksheets KG Excel Discussion (Misc queries) 0 December 2nd 04 05:29 PM


All times are GMT +1. The time now is 07:15 AM.

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"