Disabling Certain Menu Items According to User Group

B

Brian Smith

I want to able to keep existing menus intact as much as possible but I'd
like to disable certain items for people in some user groups. In particular,
I'd really like to block off access to the three items under Tools--Analyze
(Table, Performance and Documenter). Is something like this possible? I've
been searching the Help files and Google and can't seem to find any
discussions on the topic but it's possible I'm using the wrong search terms.

Thanks.

Brian
 
T

TC

The CommandBars collection lets you get at the various toolbars. The
Enabled property of the CommandBar object lets you disable or re-enable
an option on a toolbar.

But personally, I would not manipulate the standard toolbars, if I
could avoid it. Instead, create your own toolbar(s) containing just the
options you want.

All of this is described under relevant terms in online help.

HTH,
TC
 

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

Top