Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all, I put some command bar code into my Add-In, The OnAction is to call a Macro Named "aTest". The twist is that the macro is not physically in the Add-In. It is in various workbooks, but the macro name is always "aTest" I'm trying to call the macro with a variable (active workbook) & "aTest". some stuff tried: With .Add(temporary:=True) ..Caption = "aTest" '.OnAction = ThisWorkbook.Name & "!aTest" '.OnAction = "ActiveWorkbook.Name" & "!aTest" '.OnAction = ActiveWorkbook & "!aTest" '.OnAction = "ActiveWorkbook.Name & '!aTest'" '.OnAction = "!aTest" '.OnAction = ActiveWorkbook.Name & ".xls" & "!aTest" '.OnAction = "aTest" End With All the other code works fine, and if i put the code into the same workbook as the macro it works fine with: '.OnAction = ThisWorkbook.Name & "!aTest" -- Desert Piranha ------------------------------------------------------------------------ Desert Piranha's Profile: http://www.excelforum.com/member.php...o&userid=28934 View this thread: http://www.excelforum.com/showthread...hreadid=567643 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro - onAction arguments | Excel Worksheet Functions | |||
.onaction macro call won't work | Excel Programming | |||
.ONACTION macro call fails | Excel Discussion (Misc queries) | |||
New menu item OnAction can't see macro? | Excel Programming | |||
OnAction Cannot find Macro ?? | Excel Programming |