Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disabling Menu and Toolbar Items

Status
Not open for further replies.

SpyderMan1234

IS-IT--Management
Feb 26, 2004
35
US
Does anyone know...
When a change is made to a toolbar setting in Word by using VBA such as
commandbars("menu bar").controls("file").controls("permission").visible=false
where at in the registry is this change reflected??

I appreciate any help!

Thanks in advance.
 
Try this location:

HKEY_CURRENT_USER\Software\Microsoft\Office\x.x\Word\Data

where;
x.x is the version of MS Office you are using

Hope this helps.
 
OK, I'll check that out.

What doesn't make sense to me is why you can disable a toolbar item using policies but cannot hide it. Disabling the item creates a registry entry, so one would think that you could use a similar entry to hide the item. Oh well. Thanks for you help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top