Excel VBA Application Object

An object represents an element of an application, such as a worksheet, a cell, a chart, a form, or a report. In Visual Basic code, you must identify an object before you can apply one of the object’s methods or change the value of one of its properties.30 Mar 2022

Use the Application property to return the Application object. The following example applies the Windows property to the Application object

Scroll to Top