View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Glen Mettler[_4_] Glen Mettler[_4_] is offline
external usenet poster
 
Posts: 70
Default Set a Reference to a Type Library

Is it possible to set a reference to a type library programmatically like I
can do for an add-in?
I have the following library references I need form my application:
Visual Basic For Applications
Microsoft Excel 10.0 Object Library
OLE Automation
Microsoft Office 10.0 Object Library
Microsoft Forms 2.0 Ob ject Library
Microsoft Visual Basic for Applications Extensibility 5.3

Is there a way to check for availability/installation and then set/load them
programmatically when I start the application?

Glen