Application Property TOC - R

Application Range Property

Returns a Range object that represents a cell or a range of cells.

See Application Range Property

Application Ready Property

Returns True when the Microsoft Excel application is ready; False when the Excel application is not ready. Read-only Boolean.

See Application Ready Property

Application RecentFiles Property

Returns a RecentFiles collection that represents the list of recently used files.

See Application RecentFiles Property

Application RecordRelative Property

True if macros are recorded using relative references; False if recording is absolute. Read-only Boolean.

See Application RecordRelative Property

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.

See Application ReferenceStyle Property

Application RegisteredFunctions Property

Returns information about functions in either dynamic-link libraries (DLLs) or code resources that were registered with the REGISTER or REGISTER.ID macro functions. Read-only Variant.

See Application RegisteredFunctions Property

Application ReplaceFormat Property

Sets the replacement criteria to use in replacing cell formats. The replacement criteria is then used in a subsequent call to the Replace method of the Range object.

See Application ReplaceFormat Property

Application RollZoom Property

True if the IntelliMouse zooms instead of scrolling. Read/write Boolean.

See Application RollZoom Property

Application Rows Property

Returns a Range object that represents all the rows on the active worksheet. If the active document isn’t a worksheet, the Rows property fails. Read-only Range object.

See Application Rows Property

Application RTD Property

Returns an RTD object.

See Application RTD Property