Search notes:

VBA function: GetObject

GetObject([ pathname ], [ class ])
set xls = getObject( , "Excel.Application")
debug.print xls.name

TODO

Compare with createObject()

See also

The PowerShell/.NET equivalent of getObject seems to be [System.Runtime.InteropServices]::GetActiveObject(…).
The function get-activeObject in the COM PowerShell module.
VBA functions

Links

aspemporium.com: Using the GetObject() function.

Index