Name.RefersTo Property
Excel Developer Reference |
Returns or sets the formula that the name is defined to refer to, in the language of the macro and in A1-style notation, beginning with an equal sign. Read/write String.
Syntax
expression.RefersTo
expression A variable that represents a Name object.
Example
This example creates a list of all the names in the active workbook, and it shows their formulas in A1-style notation in the language of the macro. The list appears on a new worksheet created by the example.
Visual Basic for Applications |
---|
|
See Also