With references set in VBA I can do
dim c as new cuiautomation
but when I want to do it with createobject (for example from VBScript where I cannot set reference upfront)
then i am unable to do
set c=createobject("cuiautomation") which so far is logical as there is no registry entry to do this with a clsid
Is it possible to use createobject with cuiautomation object to instantiate from VBScript (and other scripting languages)