Application
The Application interface is the root object of all other objects. It is the only object you can create with CreateObject (VisualBasic) or other similar COM related functions.
Example
Dim objSpy As Application
Set objSpy = CreateObject("XMLSpy.Application")