Hi
can anyone show me how to change this macro to paste values and formats but not formulas.
Sub CopyStuff()
Range("AA4:AD34").Copy
Sheets("SummaryData").Cells(1, Columns.Count).End(xlToLeft).Offset(0, 1).PasteSpecial xlPasteValues
End Sub
if i try and add more than 1 pastespecial it comes up with errors ??
can anyone show me how to change this macro to paste values and formats but not formulas.
Sub CopyStuff()
Range("AA4:AD34").Copy
Sheets("SummaryData").Cells(1, Columns.Count).End(xlToLeft).Offset(0, 1).PasteSpecial xlPasteValues
End Sub
if i try and add more than 1 pastespecial it comes up with errors ??