PDA

View Full Version : How to know the ProgId


harb37
06-26-2007, 09:53 AM
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

kinook
06-26-2007, 10:00 AM
There's no standard way to determine that. Typically, you would query the documentation of the program you want to call.