hide worksheet tabs

  • Thread starter Thread starter Roxy
  • Start date Start date
In xl2003:
Tools|Options|view tab|uncheck sheet tabs

Be aware that the user can use ctrl-pgup and ctrl-pgdn to move between sheets.
 
Oh okay thanks. I am trying to use a contol button to allow users to unhide
the specific sheet. Do you think that is possible rather then just changing
the sheet option? Thanks!
 
Sure.

You can protect the workbook ("tools|protection|protect workbook" manually).
This will stop the user from moving, deleting, inserting, hiding, unhiding
sheets.

Then your code could unprotect the workbook, unhide the worksheet, and then
reprotect the worksheet.
 
Back
Top