Select() method activates sheets and objects like cells on the sheet

 

Example

{code}

Sheets("SheetOne").Select
Range("B1").Select

{/code}