|
-
February 15th, 2000, 10:46 AM
#1
Adding or changing a reference in the code
Is it possible to do that??
I need your help!!!
Isabelle
-
February 15th, 2000, 11:33 AM
#2
Re: Adding or changing a reference in the code
You can add a reference to a COM object at run time with late binding i.e.
Dim wrdObj as Object
set wrdObj = CreateObject("Word.Application")
will dynamically add a reference to Microsoft Word (assuming its installed on the users machine - otherwise a run time error).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|