View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Myrna Larson Myrna Larson is offline
external usenet poster
 
Posts: 863
Default add a reference manually

The VBA Extensibility Library has a class named References with AddFromFile
and AddFromGUID methods. I think you would use the first, specifying the
library name.

On Thu, 12 Aug 2004 18:44:37 -0700, TommyBoy wrote:

I need to add a reference to outlook 11.0 object library manually from
C#, anyone know how?