View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maury Markowitz[_2_] Maury Markowitz[_2_] is offline
external usenet poster
 
Posts: 119
Default SIMPLE way to call code in one XLA from another?

On Jun 16, 12:14*pm, "Bob Phillips" wrote:
Set a reference in ToolsReferences to the other XLA, It is then a directly
callable procedure.


Can this be done at runtime? IE, can References be added on-demand?
That would be a good solution, as I could add them from a known list
in the books OnOpen.

Maury