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

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 587
Default How to Disable the Insert Worksheet tab at bottom of screen

hi Steve,

Application.CommandBars("Ply").Enabled = False

--
isabelle


Le 2011-12-01 23:38, SS a écrit :
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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default How to Disable the Insert Worksheet tab at bottom of screen

isabelle pretended :
hi Steve,

Application.CommandBars("Ply").Enabled = False


Isabelle,
I believe Steve is referring to the InsertSheet icon on the right side
of tab strip, NOT the popup menu.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default How to Disable the Insert Worksheet tab at bottom of screen

On Dec 2, 12:16*am, GS wrote:
isabelle pretended :

hi Steve,


Application.CommandBars("Ply").Enabled = False


Isabelle,
I believe Steve is referring to the InsertSheet icon on the right side
of tab strip, NOT the popup menu.

--
Garry

Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


That is correct about the icon, not the menu option; but that is
interesting...

I was able to find that protecting the entire workbook will also
disable that 'thing'. I have never gone to that extreme with my
files, but i have tried it now, and seems to be working ok.
Is there any pitfalls to protecting the entire workbook like that?
Otherwise, i could use your code to go on file open, or something
similar.

Thanks for the help! Much appreciated!
-Steve
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 25
Default How to Disable the Insert Worksheet tab at bottom of screen

On Dec 2, 12:16*am, GS wrote:
isabelle pretended :

hi Steve,


Application.CommandBars("Ply").Enabled = False


Isabelle,
I believe Steve is referring to the InsertSheet icon on the right side
of tab strip, NOT the popup menu.

--
Garry

Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


Another off the wall question....

What are the possiblilities of changing the checkmark in a checkbox to
green instead of boring black :-)

Thanks!!
Steve


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default How to Disable the Insert Worksheet tab at bottom of screen

SS pretended :
On Dec 2, 12:16*am, GS wrote:
isabelle pretended :

hi Steve,


Application.CommandBars("Ply").Enabled = False


Isabelle,
I believe Steve is referring to the InsertSheet icon on the right side
of tab strip, NOT the popup menu.

--
Garry

Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


Another off the wall question....

What are the possiblilities of changing the checkmark in a checkbox to
green instead of boring black :-)

Thanks!!
Steve


Check out the 'ForeColor' property

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


  #7   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 11:31 AM.

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"