J
Jeff
Hello,
I have customized my own ShortcutMenu in which it has Macros as the Items.
All is working ok.
What I would lke to know is that somtimes I would like certain Items of this
Shortcut Menu to be disabled & other items to have them all enabled.
Can this be done with VBA code to control this ? If so how ?
I saw from the Help menu
DoCmd.SetMenuItem 0, 1, , acMenuGray
which is what I would like to do but it says:
"Note The SetMenuItem method works only with custom menu bars and global
menu bars created by using menu bar macros. "
Can this be used for Shortcut Menus & how ? or other code like this for
Shortcut menus ?
Any help would be greatly appreciated.
Thank you,
Jeff
I have customized my own ShortcutMenu in which it has Macros as the Items.
All is working ok.
What I would lke to know is that somtimes I would like certain Items of this
Shortcut Menu to be disabled & other items to have them all enabled.
Can this be done with VBA code to control this ? If so how ?
I saw from the Help menu
DoCmd.SetMenuItem 0, 1, , acMenuGray
which is what I would like to do but it says:
"Note The SetMenuItem method works only with custom menu bars and global
menu bars created by using menu bar macros. "
Can this be used for Shortcut Menus & how ? or other code like this for
Shortcut menus ?
Any help would be greatly appreciated.
Thank you,
Jeff