on the code below, I'm having trouble setting up the range.
B1 will be a variable later, but I'm getting error where it says ":"
What is the proper way of writing this?

Worksheets("Sheet2").Range(Range("B1").Offset(0,4):Range("B1").Offset(0,16)).Select

Thank you