Disable options

  • Thread starter Thread starter Soniya
  • Start date Start date
S

Soniya

Hi All,

How can I disable using Tools>options Menu by users so
that I can protect them making some changes like view
sheet tab etc.

TIA

Soniya
 
Hi Soniya,

This will do it

Application.CommandBars("Worksheet Menu
Bar").Controls("Tools").Controls("Options...").Enabled = False

Reset by wseting to true
--


HTH

Bob Phillips
 
Back
Top