Application.Names Property (Excel)
Returns a Names collection that represents all the names in the active workbook. Read-only Names object.
Syntax
expression .Names
expression A variable that represents an Application object.
Remarks
Using this property without an object qualifier is equivalent to using ActiveWorkbook.Names.