Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2007 has a new icon next to the Sheet names to add a new worksheet.
How can we disable / invisible, so that user can not add a new sheet. Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"sg" wrote...
Excel 2007 has a new icon next to the Sheet names to add a new worksheet. How can we disable / invisible, so that user can not add a new sheet. Why not protect the workBOOK so users can't add or remove worksheets? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
We are programmatically hide/unhide certain sheets, that doesn't work if we
protect workbook. May be we need to unprotect worksbook, then do the hide/unhide and then protect it back. I was thinking may be there's another way I can hide that icon. Thanks for your reply. "Harlan Grove" wrote: "sg" wrote... Excel 2007 has a new icon next to the Sheet names to add a new worksheet. How can we disable / invisible, so that user can not add a new sheet. Why not protect the workBOOK so users can't add or remove worksheets? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EXCEL 2007 -INSERT WORK SHEET ICON | Excel Discussion (Misc queries) | |||
Lost Shift-Icon | Excel Discussion (Misc queries) | |||
disable Insert Worksheet | Excel Worksheet Functions | |||
2007 insert button/icon | Excel Worksheet Functions | |||
Disable shift from ignoring autoexec | Excel Programming |