View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
T G T G is offline
external usenet poster
 
Posts: 4
Default Calling XLA Macro from DLL.

I have a XLA Add-in that loads a XLL DLL using Microsoft Excel C API.

How can I call a Macro in the XLA file from the DLL?

I have tried to use the xlUDF function, but without success.

Anyone have suggestions on how I can proceed?

Thanks in advance /T