paulcherianc
Member
Why is this macro replacing the formats on the Target Sheet? Any hints!
Code:
Worksheets("SourceSheet").Activate
Intersect(ActiveSheet.UsedRange, Columns("D")).Select
Selection.Copy
Sheets("TargetSheet").Range("J" & Rows.Count).End(xlUp).Offset(1, 0).PasteSpecial Paste:=xlPasteValues, Operation:=xlNone