Menu Items

A

Andy Newland

Guys,

I have added to a menu item to the stanard 'Menu Bar'. Is
there any way that I can change the colour of my Menu
Items? I would liek to do this in oredr to highlight it's
importance.

Cheers

Andy
 
P

Perry

With regular VBA you can't.

However, I've seen some geek things from similar persons
in these newsgroups manipulating entire apps, you and other
normal persons wud consider impossible.

Back to yr problem:
Why not indicate the importance using the
captions of the menu items, like in

Menu Bar Item
SubMenu option 1 [very important]
SubMenu option 2 [less import]
SubMenu option 3 [not required]

addtl suggestion
You could use checkmarks to the submenu items so as to show
and monitor whether a user didn't forget to use a certain
Submenu option by toggling the checkmarks it whenever they got clicked.

Krgrds,
Perry
 
Top