Can any one tell me if it's possible to set a Sheet as a variable in a Excel macro so I can switch from sheets with a counter or something that is not

Worksheets("TBS").Select

like in the case of cells i can set one cell and then move like I want

Range("G3").Select
Worksheets("TBS").Select
ActiveCell.Offset(rowOffset:=x, columnOffset:=0).Select

I'll really thank the help