Hi,
Change the line for J43 fro the single line of
To thisCode:Sheets("Sheet4").Range("j43").Copy Destination:=Sheets("summary").Range("m" & j)
Code:Sheets("Sheet4").Range("j43").Copy Sheets("summary").Range("m" & j).PasteSpecial Paste:=xlPasteValues




Reply With Quote
Bookmarks