XlReferenceType enumeration (Excel)
Specifies cell reference style when a formula is being converted.
Name | Value | Description |
---|---|---|
xlAbsolute | 1 | Convert to absolute row and column style. |
xlAbsRowRelColumn | 2 | Convert to absolute row and relative column style. |
xlRelative | 4 | Convert to relative row and column style. |
xlRelRowAbsColumn | 3 | Convert to relative row and absolute column style. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.