Skip to content

Files

Latest commit

 

History

History
47 lines (26 loc) · 952 Bytes

Excel.Range.ListNames.md

File metadata and controls

47 lines (26 loc) · 952 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.ListNames method (Excel)
vbaxl10.chm144155
vbaxl10.chm144155
Excel.Range.ListNames
0523f9b3-d422-76b6-889c-75619cb5b9a6
05/11/2019
medium

Range.ListNames method (Excel)

Pastes a list of all nonhidden names onto the worksheet, beginning with the first cell in the range.

Syntax

expression.ListNames

expression A variable that represents a Range object.

Return value

Variant

Remarks

Use the Names property to return a collection of all the names on a worksheet.

Example

This example pastes a list of defined names into cell A1 on Sheet1. The example pastes both workbook-level names and sheet-level names defined on Sheet1.

Worksheets("Sheet1").Range("A1").ListNames

[!includeSupport and feedback]