ActiveSheet.Range(Cells(4, 8), Cells(10, 8)).Select
i would assume if you fully qualify the cells it should work
the above code leaves a possibility that the cells could be on a different sheet to the range object, even though the default for unqualified cells would be the default (active) worksheet