Search notes:

VBA function: createObject

createObject(progId) creates an Active X Object that is identified by progId. (I am still not sure what the difference is to an «ordinary» COM object).
The prog ID is stored in the Registry under HKEY_CLASSES_ROOT\<Prog.id>

PowerShell equivalent

The PowerShell equivalent of createObject() is the cmdlet new-object: The statement set obj = createObject('foo.bar') would be the following in PowerShell:
PS C:\> $comObj = new-object -COMObject 'foo.bar'

TODO

Compare with getObject()

See also

Object datatype
Object creation in VBA, new
VBA functions
HKEY_CLASSES_ROOT\<ProgId>\CLSID
The value of application.userControl (at least in Excel).

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758193826, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/VBA/functions/createObject/index(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78