Sheet Tab options

  • Thread starter Thread starter Jignesh
  • Start date Start date
J

Jignesh

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.
 
This worked for me

Application.CommandBars("Ply").Controls("View Code").Enabled = False
 

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