object classes
can anyone tell me how to get a list of the object classes
registered on any given PC?
the ones that would be used in:
Dim objApplication
Set objApplication = CreateObject("Excel.Application")
the object classes that are recognized on a given pc with
the CreateObject function.
Thanks.
|