Hi,
I know that Excel macro can control the things in other software or application.
I understand the code Set x = CreateObject(???)
I have seen a range of examples:
CreateObject("Word.Application")
CreateObject("Access.Application", "MyServer1")
CreateObject("Scripting.FileSystemObject")
CreateObject("Shell.Application")
However, I don't know what else I can create as an object for Excel.
Could you please show me the list for all possible object that the Excel can create?
Ie, the list which contains all objects for using the code createobject().
Thanks