How to disable the insert worksheet(Shift+F11) icon in 2007 using

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
sg said:
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top