Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alan,
You can use the Application.Run method. E.g,. XL.Run "AddinFileName.xla!MacroName" where XL is your reference to the Excel application. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Alan" wrote in message ... How do I access/call an Excel Add-in function from Visual Basic 6 |