B
BrerGoose
I have a shortcut menu named menuFilter (right-click menu). It is assigned
to the form property.
When my application starts, all command-bars are disabled with the standard:
For dintCount = 1 to CommandBars.Count
CommandBars(dintCount).Enabled = False
Next dintCount
Now, what is the statement to turn my custom menuFilter back on ?
Thank you.
BrerGoose
to the form property.
When my application starts, all command-bars are disabled with the standard:
For dintCount = 1 to CommandBars.Count
CommandBars(dintCount).Enabled = False
Next dintCount
Now, what is the statement to turn my custom menuFilter back on ?
Thank you.
BrerGoose