Attribute VB_Name = "testcelledit4" Sub ƒeƒXƒg() Dim range1 As Range Set range1 = Range("B2:C5") range1.Copy Destination:=Range("E2") End Sub