Make menu invisible

M

Mel

I want to make part of my custom menu visible/invisible or gray it out. I tried the setmenuitem command but I don't see any changes. Any ideas?
 
A

Alphonse Giambrone

CommandBars("yourmenubar").Controls(4).Controls(2).Visible =False
The above would hide the second child of the 4th command.

--

Alphonse Giambrone
Email: a-giam at customdatasolutions dot us


Mel said:
I want to make part of my custom menu visible/invisible or gray it out.
I tried the setmenuitem command but I don't see any changes. Any ideas?
 

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