Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have hidden the sheet tabs in a worksheet using the 'tools' - 'options'
menu. Is there any way of preventing a user simply un-hiding the sheet tabs. Mike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Protect the workwook would be easiest (tools, Protection, Workbook). Users won't be able to create sheets though. regards Paul Mike wrote: I have hidden the sheet tabs in a worksheet using the 'tools' - 'options' menu. Is there any way of preventing a user simply un-hiding the sheet tabs. Mike |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, misread your post. See replies in your other post.
Paul wrote: Hi Protect the workwook would be easiest (tools, Protection, Workbook). Users won't be able to create sheets though. regards Paul Mike wrote: I have hidden the sheet tabs in a worksheet using the 'tools' - 'options' menu. Is there any way of preventing a user simply un-hiding the sheet tabs. Mike |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.CommandBars("Worksheet Menu
Bar").Controls("Tools").Controls("Options...").Ena bled =false Rgds J On Oct 23, 2:07 pm, wrote: Sorry, misread your post. See replies in your other post. Paul wrote: Hi Protect the workwook would be easiest (tools, Protection, Workbook). Users won't be able to create sheets though. regards Paul Mike wrote: I have hidden the sheet tabs in a worksheet using the 'tools' - 'options' menu. Is there any way of preventing a user simply un-hiding the sheet tabs. Mike- Hide quoted text -- Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protection in Tools menu not there. | Excel Worksheet Functions | |||
I CAN'T SEE TOOLS MENU IN THE RIBBON | Excel Discussion (Misc queries) | |||
tools menu not working | New Users to Excel | |||
ADD-INS showing in Tools Menu | Excel Programming | |||
Menu Bar - Tools disappeared | Excel Worksheet Functions |