Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a macro that I made an add-in. How can I call that from another macro in a different workbook? Thanks, Bill |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use Application.Run. E.g.,
Application.Run MyAddIn.xla!MyMacro -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Bill" wrote in message k.net... Hello, I have a macro that I made an add-in. How can I call that from another macro in a different workbook? Thanks, Bill |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calling excell from an external program | Excel Programming | |||
Program calling up Excel - Not running Macro | Excel Programming | |||
calling macro in excel from VB program | Excel Programming | |||
Calling Access Program from Excel | Excel Programming | |||
How disabling sounds when calling a shell program? | Excel Programming |