Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am able to disable most of the options for sheet tabs (right click menu on a sheet tab) but I cant remove the View Code.. option - is there anyway? Also, if a sheet is protected, can a user use the View Code option to modify any of the data? Thanks, Jignesh. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This worked for me
Application.CommandBars("Ply").Controls("View Code").Enabled = False -- HTH ------- Bob Phillips "Jignesh" wrote in message ... Hi, I am able to disable most of the options for sheet tabs (right click menu on a sheet tab) but I cant remove the View Code.. option - is there anyway? Also, if a sheet is protected, can a user use the View Code option to modify any of the data? Thanks, Jignesh. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sheet tab options | Excel Discussion (Misc queries) | |||
what are my options to protect a sheet? | Excel Discussion (Misc queries) | |||
EXCEL SAVING OPTIONS TO A PARTICULAR SHEET | Excel Discussion (Misc queries) | |||
Sheet Tabs options greyed out | Excel Discussion (Misc queries) | |||
Excel sheet scroll bar options | Excel Worksheet Functions |