Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 2 Des, 05:38, SS wrote:
Folks, Although very helpful when you need it, it can be a big neusance. Is there a way to disable or remove from the current worksheet in 2010? Thanks! -Steve - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hi, Steve. I don't think it is possible to disable the worksheet Tabs and having them visible at the same time without protecting the whole workbook. However, if you mean Hiding the worksheet tabs at the bottom of the worksheets, you can use this method: Sub HideWBtabs() ActiveWindow.DisplayWorkbookTabs = False End Sub To get them visible again, change the word False with True and run the code again.. Or manually ... Go to the File Tab to the very Left on the Ribbon, go to Advanced and uncheck Show WorksheetTabs. Hope that gave you some extra ideas... Regards Jan T. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Order of the Worksheet tabs across the bottom of the screen | Excel Worksheet Functions | |||
Clicking into refedit changes screen to bottom of worksheet | Excel Programming | |||
disable Insert Worksheet | Excel Worksheet Functions | |||
How to disable the insert worksheet(Shift+F11) icon in 2007 using | Excel Programming | |||
The bottom of my spreadsheet is off the screen | Excel Discussion (Misc queries) |