Spreadsheet.GoTo
This function sets the focus to the specified cell in the spreadsheet.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub Spreadsheet.GoTo( _
CaseNo As Integer, _
VarNo As Integer)
|
The case of the cell that you wish to select. Type: Integer
The variable of the cell that you wish to select. Type: Integer |
This function does not return a value. |