Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to add...
Application.Run "Addin.xla!Mcr" or if there are spaces in the book name: Application.Run "'Addin 2.xla'!Mcr" or if apostrophes/spaces: Application.Run "'" & Replace("Addin's.xla", "'", "''") & "'!Mcr" "Chrissy" wrote in message ... How do I call an XLA macro from the code in another workbook? Chrissy. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling VBA code from html or javascript | Excel Discussion (Misc queries) | |||
Calling a bit of code from a sheet errors | Excel Discussion (Misc queries) | |||
calling a macro from within a loop | Excel Programming | |||
Calling macro in add-in. | Excel Programming | |||
Calling HTML Source code from within VBA for Excel | Excel Programming |