I've followed How To Create a Shortcut Menu for a Form... to create a shortcut menu bar.
At the moment my shortcut menu just has buttons, e.g.:
cmbRightClick.Controls.Add msoControlButton, 21, , , True
Now I'd like to add the advanced filter menu (FilterAdvancedMenu) to cmbRightClick.
How is that done?
At the moment my shortcut menu just has buttons, e.g.:
cmbRightClick.Controls.Add msoControlButton, 21, , , True
Now I'd like to add the advanced filter menu (FilterAdvancedMenu) to cmbRightClick.
How is that done?