object
An object is something that you control with methods and properties. To specify which object a method or property should act on, use the object name followed by a period followed by the method or property name.
Reflection has only one object Session. All of Reflection's methods and properties act on this object.
Note: Prior to version 7.0, Reflection used Application as the name for the Reflection object. If you are creating or maintaining Reflection Basic scripts, continue to use Application for the Reflection object name. You can also use Application in Reflection Visual Basic macros, but using Session enables some Visual Basic Editor features that are not available with Application and may improve your macro performance.