Try this:
![]()
Sub Copy_Stuff() Range("A2:D2").Copy Range("E" & Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial xlPasteValues End Sub
Dom
Try this:
![]()
Sub Copy_Stuff() Range("A2:D2").Copy Range("E" & Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial xlPasteValues End Sub
Dom
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks