Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I work with spreadsheets with many tabs, and it would be nice if I could see
only groupings of tabs at the bottom...and then do something like double click on a grouping to see all the tabs. Example: tabs a,b,c,...1,2,3...; but on the bottom I would only see folder tabs "alphabet" and "numbers"...and then I could double click on one of them to see the sub-tabs. Is this possible? |
#2
![]() |
|||
|
|||
![]()
Creating a folder structure for tabs in Microsoft Excel
That's it! Now you have a folder structure for your tabs in the workbook, which allows you to easily organize and navigate through them.
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use macros to Hide/Unhide the worksheets in groups.
-- Gary''s Student - gsnu200803 "Curious" wrote: I work with spreadsheets with many tabs, and it would be nice if I could see only groupings of tabs at the bottom...and then do something like double click on a grouping to see all the tabs. Example: tabs a,b,c,...1,2,3...; but on the bottom I would only see folder tabs "alphabet" and "numbers"...and then I could double click on one of them to see the sub-tabs. Is this possible? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
No this is not possible, without writing VBA code to hide "sets" of Sheets and unhide others. You could label your sheets as A1, A2 ... B1 B2 etc., There is code available on Chip Pearson's site that will sort sheets in alpha order for you. http://www.cpearson.com/Excel/sortws.aspx There are several add ins that have been written which allow you to have a floating toolbar to enable sheet selection. One such example would be Dave Peterson's, which can be found at. http://www.contextures.com/xlToolbar01.html or for XL2007 the code has been modified by Ron de Bruin http://www.contextures.com/xlToolbar01b.html -- Regards Roger Govier "Curious" wrote in message ... I work with spreadsheets with many tabs, and it would be nice if I could see only groupings of tabs at the bottom...and then do something like double click on a grouping to see all the tabs. Example: tabs a,b,c,...1,2,3...; but on the bottom I would only see folder tabs "alphabet" and "numbers"...and then I could double click on one of them to see the sub-tabs. Is this possible? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Curious -
I think you would need VBA to do exactly what you want. If I had a large number of worksheets in a workbook, I'd right-click one of those navigation arrows at the extreme left of the worksheet tabs, bringing up a list of the worksheets that can be selected. (This feature does not organize the worksheets in folders, but it does give a more complete listing of worksheets than what you can see as worksheet tabs.) - Mike Middleton http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel "Curious" wrote in message ... I work with spreadsheets with many tabs, and it would be nice if I could see only groupings of tabs at the bottom...and then do something like double click on a grouping to see all the tabs. Example: tabs a,b,c,...1,2,3...; but on the bottom I would only see folder tabs "alphabet" and "numbers"...and then I could double click on one of them to see the sub-tabs. Is this possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Directory Structure from Cell Value. | Excel Discussion (Misc queries) | |||
Zipping my Excel Files and maintain the folder structure | Excel Discussion (Misc queries) | |||
How do I create a dropdown list using data from a different workbo | Excel Worksheet Functions | |||
can excel links be somehow relative to folder structure? | Excel Discussion (Misc queries) | |||
Shared folder - tabs disappear while saving | Excel Worksheet Functions |