W
Wes Peters
I can not find any documentation on how to enable or disable submenu items
programatically.
I have a dropdown menu called Administration and under it are five
selections. I want to be able to programatically enable or disable the
selections based on a users login. The closest I can get is:
CommandBars("MainBar").Controls(1).Enabled = False
but that disables the whole dropdown menu. I can't find how to reference
the properties of the individual menu selections.
Thanks,
Wes
programatically.
I have a dropdown menu called Administration and under it are five
selections. I want to be able to programatically enable or disable the
selections based on a users login. The closest I can get is:
CommandBars("MainBar").Controls(1).Enabled = False
but that disables the whole dropdown menu. I can't find how to reference
the properties of the individual menu selections.
Thanks,
Wes