Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 733 Bytes

Excel.Application.Names.md

File metadata and controls

32 lines (19 loc) · 733 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.Names property (Excel)
vbaxl10.chm132101
vbaxl10.chm132101
Excel.Application.Names
fe8727e4-3d04-47a1-13d2-386a7c68b5ed
04/05/2019
medium

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.

[!includeSupport and feedback]