Navigation: Object Model Reference > WScript Object > CreateObject Method |
|
Creates a COM object.
Syntax
object.CreateObject(ByVal progID As String) As Object
Arguments
progID
String value indicating the programmatic identifier (ProgId) of the object to be created.
See Also
Applies to WScript object