Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Did anyone ever try to run a item from an add-in menu with a macro? Conventional creation of a macro does not seem to be able to recognize the add-in. Any help will be appreciated thanx benjy -- benjy ------------------------------------------------------------------------ benjy's Profile: http://www.excelforum.com/member.php...o&userid=16344 View this thread: http://www.excelforum.com/showthread...hreadid=277331 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you mean assigning a macro to an add-in menu item (answer, yes, many
times), or trying to run an add-in macro assigned to a menu button (answer, not to my recollection, but it would just be another macro in that add-in, so could be called with Application.Run). -- HTH RP (remove nothere from the email address if mailing direct) "benjy" wrote in message ... Did anyone ever try to run a item from an add-in menu with a macro? Conventional creation of a macro does not seem to be able to recognize the add-in. Any help will be appreciated thanx benjy -- benjy ------------------------------------------------------------------------ benjy's Profile: http://www.excelforum.com/member.php...o&userid=16344 View this thread: http://www.excelforum.com/showthread...hreadid=277331 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
application.Run "MyAddin.xla!Macro1"
-- Regards, Tom Ogilvy "benjy" wrote in message ... Did anyone ever try to run a item from an add-in menu with a macro? Conventional creation of a macro does not seem to be able to recognize the add-in. Any help will be appreciated thanx benjy -- benjy ------------------------------------------------------------------------ benjy's Profile: http://www.excelforum.com/member.php...o&userid=16344 View this thread: http://www.excelforum.com/showthread...hreadid=277331 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
where did the tools menu go for excell 2007? | New Users to Excel | |||
Auto Menu Hide in excell | Setting up and Configuration of Excel | |||
My excell tool/menu bar disappeared and I cant find it or get it | Excel Discussion (Misc queries) | |||
How do I restore my menu and tool bars in Excell? | Excel Discussion (Misc queries) | |||
how do I create a drop down menu in Excell? | Excel Worksheet Functions |