So maybe explain what you want to do, including the selecting A to E, which normally should not be required.
Some examples:
orRange("F1:J1").Value = Range("A1:E1").Value
orCells(1, 1).Resize(, 5).Copy Cells(1, 6)
and a lot other possibilities.Cells(1, 6).Resize(, 5).Value = Cells(1, 1).Resize(,5).Value