Range.Activate (Excel)
Activates a single cell, which must be inside the current selection. To select a range of cells, use the Select method.
Worksheets("Sheet1").Activate
Range("A1:C3").Select
Range("B2").Activate
Activates a single cell, which must be inside the current selection. To select a range of cells, use the Select method.
Worksheets("Sheet1").Activate
Range("A1:C3").Select
Range("B2").Activate