View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sing Sing is offline
external usenet poster
 
Posts: 18
Default How to access functions in .xll file using VBA?

Dear Excel Gurus,

I would like to call functions that reside in a xll file using VBA.

Can someone recommend a good website or sample code to do so? Is the method
used for calling functions in DLL in VBA same as that for xll?

Thank you in advance.