Depends what you are trying to do - as written you are correct it is incorrect

If you want to read the value in the cell

Excelvalue=xlWorkBook.Worksheets("Start").Range("B2").Value

is correct

If you want to select that cell then as you say ...