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)
  • CaseNo [in]

The case of the cell that you wish to select.

Type: Integer

  • VarNo [in]

The variable of the cell that you wish to select.

Type: Integer

This function does not return a value.