|
-
Jul 25th, 2001, 03:17 PM
#1
Class names and CreateObject
Where can you find the class names needed to pass along in the CreateObject function.
Using the Object browser does not give the required info
Eg.
Dim objTest as Object
Set objTest = CreateObject("Excel.Application")
This will work while Excel is not in the Object browser nor was it set as a reference.
How does VB knows about e.g. Excel.Application? How to get a list of all available ActiveX object available on a computer?
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
|