![]() |
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 |
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 |
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 |
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 |
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 |
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 |
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. |
All times are GMT +1. The time now is 02:02 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com