Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Hiding the Insert New Worksheet tab in Excel 2007

Has anyone figured out whether it's possible to hide Excel 2007's
"Insert new worksheet" tab that appears with the other sheet tabs at
the bottom of the screen?

I have an application where I don't want users inserting any new
sheets but would still like to show them what tab they're on.

I know I can hide all worksheet tabs very easily using
ActiveWindow.DisplayWorkbookTabs = False or similar but I only want to
hide the "Insert new worksheet" tab.

Is this possible or is the only way around it to prevent it via
workbook protection? Workbook protection is OK but the user can still
see the tab - they just can't click on it.

You'd think it'd be a property of the ActiveWindow but I can't see it
there. Any ideas?

tia

Jeff

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Hiding the Insert New Worksheet tab in Excel 2007

commandbars("Ply").Controls("Insert...").Visible=F alse


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message
oups.com...
Has anyone figured out whether it's possible to hide Excel 2007's
"Insert new worksheet" tab that appears with the other sheet tabs at
the bottom of the screen?

I have an application where I don't want users inserting any new
sheets but would still like to show them what tab they're on.

I know I can hide all worksheet tabs very easily using
ActiveWindow.DisplayWorkbookTabs = False or similar but I only want to
hide the "Insert new worksheet" tab.

Is this possible or is the only way around it to prevent it via
workbook protection? Workbook protection is OK but the user can still
see the tab - they just can't click on it.

You'd think it'd be a property of the ActiveWindow but I can't see it
there. Any ideas?

tia

Jeff



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Hiding the Insert New Worksheet tab in Excel 2007

Hi Bob

I think the OP want to remove the button next to the last tab Bob
Not the insert option in the right click menu

Don't know a solution for this.
No time to try because I must go to my father (father's day)

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Bob Phillips" wrote in message ...
commandbars("Ply").Controls("Insert...").Visible=F alse


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message
oups.com...
Has anyone figured out whether it's possible to hide Excel 2007's
"Insert new worksheet" tab that appears with the other sheet tabs at
the bottom of the screen?

I have an application where I don't want users inserting any new
sheets but would still like to show them what tab they're on.

I know I can hide all worksheet tabs very easily using
ActiveWindow.DisplayWorkbookTabs = False or similar but I only want to
hide the "Insert new worksheet" tab.

Is this possible or is the only way around it to prevent it via
workbook protection? Workbook protection is OK but the user can still
see the tab - they just can't click on it.

You'd think it'd be a property of the ActiveWindow but I can't see it
there. Any ideas?

tia

Jeff



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Hiding the Insert New Worksheet tab in Excel 2007

Hi Jeff/Bob

I think protecting the workbook is the only thing to disable the insert button next to the last sheet tab

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Ron de Bruin" wrote in message ...
Hi Bob

I think the OP want to remove the button next to the last tab Bob
Not the insert option in the right click menu

Don't know a solution for this.
No time to try because I must go to my father (father's day)

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Bob Phillips" wrote in message ...
commandbars("Ply").Controls("Insert...").Visible=F alse


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message
oups.com...
Has anyone figured out whether it's possible to hide Excel 2007's
"Insert new worksheet" tab that appears with the other sheet tabs at
the bottom of the screen?

I have an application where I don't want users inserting any new
sheets but would still like to show them what tab they're on.

I know I can hide all worksheet tabs very easily using
ActiveWindow.DisplayWorkbookTabs = False or similar but I only want to
hide the "Insert new worksheet" tab.

Is this possible or is the only way around it to prevent it via
workbook protection? Workbook protection is OK but the user can still
see the tab - they just can't click on it.

You'd think it'd be a property of the ActiveWindow but I can't see it
there. Any ideas?

tia

Jeff



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
Insert Page Numbers on Worksheet in Excel 2007 Stratuser Excel Discussion (Misc queries) 6 January 29th 10 05:56 PM
Hiding rows in Excel 2007 Paul Excel Discussion (Misc queries) 0 April 23rd 09 11:42 PM
EXCEL 2007 - INSERT NEW WORKSHEET robzrob Excel Worksheet Functions 4 April 19th 09 07:44 PM
Set up custom insert worksheet tab in excel 2007 Aew Setting up and Configuration of Excel 0 February 26th 09 11:10 AM
How to insert a CheckBox in a Excel 2007 worksheet?? Inquiringmind Excel Worksheet Functions 0 February 8th 07 08:35 AM


All times are GMT +1. The time now is 11:52 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"