Application.ReferenceStyle Property
Returns or sets how Microsoft Excel displays cell references and row and column headings in either A1 or R1C1 reference style. Read/write XlReferenceStyle.
Syntax
expression.ReferenceStyle
expression A variable that represents an Application object.
Remarks
| XlReferenceStyle can be one of these XlReferenceStyle constants. |
| xlA1 |
| xlR1C1 |
Example
This example displays the current reference style.
| Visual Basic for Applications |
|---|
|