Name.RefersToLocal Property
Excel Developer Reference |
Returns or sets the formula that the name refers to. The formula is in the language of the user, and it's in A1-style notation, beginning with an equal sign. Read/write String.
Syntax
expression.RefersToLocal
expression A variable that represents a Name object.
Example
This example creates a new worksheet and then inserts a list of all the names in the active workbook, including their formulas (in A1-style notation and in the language of the user).
Visual Basic for Applications |
---|
|
See Also