Thread: Excel Add-in
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Excel Add-in

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