共用方式為


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.

請參閱

概念

Application Object Members

Application Object