Application Range Property
Returns a Range object that represents a cell or a range of cells.
Application Ready Property
Returns True when the Microsoft Excel application is ready; False when the Excel application is not ready. Read-only Boolean.
Application RecentFiles Property
Returns a RecentFiles collection that represents the list of recently used files.
Application RecordRelative Property
True if macros are recorded using relative references; False if recording is absolute. Read-only Boolean.
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.
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.
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.
Application RollZoom Property
True if the IntelliMouse zooms instead of scrolling. Read/write Boolean.
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.