View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PosseJohn PosseJohn is offline
external usenet poster
 
Posts: 33
Default Selecting Menu Item by VBA Code

I have an add-in which adds its own menu to the Excel program. I need to be
able to select a shortcut menu item by VBA to update the information
displayed on the worksheet. This will automate the update process for the
information (otherwise, will need to manually right-click and select the
menuitem ~20 times).

Thanx in advance.