How to Find COM object's dll path by ProgID?
myCOMobject = CreateObject("SomeProgID")
How to use myCOMobject to find the registered COM Server's dll path?
How to Find COM object's dll path by ProgID?
myCOMobject = CreateObject("SomeProgID")
How to use myCOMobject to find the registered COM Server's dll path?
Maybe: