Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default How to Disable the Insert Worksheet tab at bottom of screen

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
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
Order of the Worksheet tabs across the bottom of the screen Rich Mogy Excel Worksheet Functions 2 January 16th 09 01:33 AM
Clicking into refedit changes screen to bottom of worksheet Bob Flanagan[_2_] Excel Programming 0 January 5th 09 01:13 PM
disable Insert Worksheet jatman Excel Worksheet Functions 2 June 25th 08 06:40 AM
How to disable the insert worksheet(Shift+F11) icon in 2007 using sg Excel Programming 2 July 26th 07 07:00 PM
The bottom of my spreadsheet is off the screen dpeck Excel Discussion (Misc queries) 1 November 22nd 05 04:59 PM


All times are GMT +1. The time now is 09:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"