Member of the string class.
c = str2rng(a)
Converts a spreadsheet range to matrix coordinates.
| Name | Description |
| a | Specifies a Microsoft Excel spreadsheet range. a is a string. |
| Name | Description |
| c | Returns four elements that describe a. The first and second elements in c represent the matrix row and column, respectively, of the top-left element of the spreadsheet range. The third and fourth elements in c represent the matrix row and column, respectively, of the bottom-right element of the spreadsheet range. c is a vector. |
A = 'A1..B3'
C = str2rng(A)