Returns a running instance of an application object, or creates a new instance if the application is not currently running
Supported Platforms: Windows only
(vlax-get-or-create-object prog-id)
Type: String
Programmatic identifier of the desired ActiveX object. The format of prog-id is
<Vendor>.<Component>.<Version>
For example:
AutoCAD.Drawing.20
Type: VLA-object
An object.
(vlax-get-or-create-object "Excel.Application") #<VLA-OBJECT _Application 0017bb5c>