Hi Parth Gupta,
The valid objects are listed in the registry
Please let me know if you have any more questions.
Michael Bowen Sr. Escalation Engineer - Microsoft Open Specifications
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
With reference to [MS-VBAL], section 6.1.2.8.1.4 about CreateObject function, it is mentioned that the 'Class' argument has a string data value, containing the application name and class of the object to create.
After some exploration i found that you can create objects of Word, Excel, etc with their provided classes for example:
CreateObject('Word.Application')
CreateObject('Excel.Application')
...etc
Could you provide a reference or a complete list of all possible applications that offer this kind of functionality and the methods they provide.
Thanks
Hi Parth Gupta,
The valid objects are listed in the registry
Please let me know if you have any more questions.
Michael Bowen Sr. Escalation Engineer - Microsoft Open Specifications