Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I hide the sheet tabs from vba ? Thanks
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveWindow.DisplayWorkbookTabs = False
-- Regards, Tom Ogilvy "Nash" wrote in message ... How do I hide the sheet tabs from vba ? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tom - it works!!
"Tom Ogilvy" wrote: ActiveWindow.DisplayWorkbookTabs = False -- Regards, Tom Ogilvy "Nash" wrote in message ... How do I hide the sheet tabs from vba ? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding tabs for just some sheets. | Excel Worksheet Functions | |||
Hiding Tabs | Excel Discussion (Misc queries) | |||
Hiding a button when hiding rows | Excel Discussion (Misc queries) | |||
Hiding Rows & Tabs at the same time | Excel Discussion (Misc queries) | |||
Hiding Tabs | Excel Programming |