Worksheets("Sheet1").Select
Cells(3, 2).Select

Sheets("Sheet1").Cells(3, 2).Select
This give me a: Select method of Range class failed