View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Adding library references programmatically

Hi
you may use late binding. See:
http://www.xldynamic.com/source/xld.EarlyLate.html

--
Regards
Frank Kabel
Frankfurt, Germany


Alan Beban wrote:
I have a procedure with code that requires that there be a reference
to Microsoft Scripting Runtime. Can that reference be accomplished
programmatically at the beginning of the procedure? If so, what is
the syntax?

Thanks,
Alan Beban