Quickly accessing a submenu item

musicgold

Board Regular
Joined
Jan 9, 2008
Messages
197
Hi,

I wish to create a shortcut / macro to be able reach a submenu item. I use an Excel plug-in from a third party vendor. I constantly need to use a submenu item in the menu of the plug-in, for which I have to go down two levels of menu.
Is there a way I can have the submenu item as an independent button/icon in my Excel toolbar?
Is it possible to assign the submenu a shortcut using VBA?

Thanks.


Cross posted at
http://www.vbaexpress.com/forum/showthread.php?t=37443
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Can you access the third party VBA code which will give you the access level and perhaps you can then adapt it.

Would it help to mention what the third party menu does for you?
 
Upvote 0
Thanks.

No, I don't have access to the VBA code of the plug-in.

Would it help to mention what the third party menu does for you?

It is just a multi level menu with many functions. It appears to the right of Excel's 'Data' menu. The sub-menu item that I need to use is a refresh button to refresh the data provided by the vendor. Excel's F9 does not refresh data from the vendor.
 
Upvote 0
What about recording a MACRO to select the menu option and also the refresh then you can assign your own macro to an icon or use keybaord options to run the macro.
 
Upvote 0

Forum statistics

Threads
1,224,613
Messages
6,179,903
Members
452,948
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top