findRangeFromString method
Returns a reference to the range object with the specified name or coordinates.
Syntax
Range = Sheet.findRangeFromString(rangeString)
Applies to
Sheet object.
Parameters
- rangeString
- string. The name of the range, for example, "Budget97", or the coordinates of the range, for example, "A1..D10".
Return value
Range. A reference to the Range object with the specified name or coordinates.
See also
findEntireSheetRange method
findRangeFromCoordinate method
Selection property