View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael[_18_] Michael[_18_] is offline
external usenet poster
 
Posts: 3
Default How to load another XLL in the XLL?

Hi all!

I know how to load XLL add-in in VBA by using an
"Application.RegisterXLL(...)". However, how to load an XLL in the XLL? For
instance, in the a.xll I want to load the b.xll.

Expecting the reply and thanks in advance.
Michael