Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form with main information on one "tab" of a TabControl, and
less important information on other tabs. A user has requested an additional tab with information of even more limited use. So limited, in fact, only a few people would want to know it even existed, for the rest it's simply confusing. So is there a way to hide/show whole tabs, INCLUDING the tab selection thingy (what you click on to select the tab) itself? Maury |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can hide just the tabs via:
tools|options|view tab|Uncheck Sheet tabs (in xl2003 menus) But the sheets are still visible (ctrl-pgup and ctrl-pgdn will loop through these visible sheets). Or you could hide the worksheet (and its tab): Select the sheet to hide Format|Sheet|Hide (At least one sheet has to be visible, though.) Maury Markowitz wrote: I have a form with main information on one "tab" of a TabControl, and less important information on other tabs. A user has requested an additional tab with information of even more limited use. So limited, in fact, only a few people would want to know it even existed, for the rest it's simply confusing. So is there a way to hide/show whole tabs, INCLUDING the tab selection thingy (what you click on to select the tab) itself? Maury -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hide a worksheet tabs | Excel Worksheet Functions | |||
hide worksheet tabs | Excel Programming | |||
hide tabs from view then lock tabs? | Excel Discussion (Misc queries) | |||
Hide Worksheet Tabs | Excel Discussion (Misc queries) | |||
hide the tabs | Excel Discussion (Misc queries) |