#1
|
|||
|
|||
How to know the ProgId
Hey,
Observing the sample file Script.bld, to create an excel object, the ProgId is "excel.application". How do I figure out the ProgId for any given program I would like to create an object of in VBScript? Thanks, MD |
#2
|
|||
|
|||
There's no standard way to determine that. Typically, you would query the documentation of the program you want to call.
|
|
|