View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Adding a reference programatically

It would be better to design your code to use late binding, then you won't
need the reference.

--
Regards,
Tom Ogilvy


"Fred" wrote:

Thanks Ivan, that's exactly what I needed.

Fred

"Ivan Raiminius" wrote in message
oups.com...
Hi Fred,

in tools references check Microsoft Visual Basic Extensibility

and then in object browser explore new library VBIDE.

If anything is not clear, please let me know.

Regards,
Ivan