Hi,
I'm trying to copy data from a Workbook to the Master Workbook (Containing Macro). I created the following formula that keeps breaking.
With Thisworkbook.Sheets("Data").Range("A1").Select
.Range("A65536").End(xlUp).Offset(1, 0).Select
ActiveSheet.PasteSpecial Paste:=xlValues
End With
Any Ideas?
I'm trying to copy data from a Workbook to the Master Workbook (Containing Macro). I created the following formula that keeps breaking.
With Thisworkbook.Sheets("Data").Range("A1").Select
.Range("A65536").End(xlUp).Offset(1, 0).Select
ActiveSheet.PasteSpecial Paste:=xlValues
End With
Any Ideas?