type(val) returns a number that indicates the data type (of a cell?): | 1 | number |
| 2 | text |
| 4 | logical value |
| 16 | error value |
| 64 | array |
type() reference that points to an empty cell, then val(ref) returns 1, indicating a number. 0: =type( indirect( address( row(), column() )))
debug.print typename(selection.value)
range.specialCells method.