View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robin Hammond[_2_] Robin Hammond[_2_] is offline
external usenet poster
 
Posts: 575
Default Calling VBA add-in functions/subs from another Excel file.

Bret,

This is a function call example
ReturnValue = Application.Run("EFALoader.xla!Authenticate")

Robin Hammond
www.enhanceddatasystems.com

"Bret Holle" wrote in message
...
Is it possible to put VBA code into a workbook that will call either a Sub
or Function that is sitting inside an installed add-in?

Thanks,
Bret