ndendrinos
Well-known Member
- Joined
- Jan 17, 2003
- Messages
- 1,694
this works
but when I change the range to
it does not ...(copy area paste area not the same...)
There are no merged cells copied ... so what is the problem?
Thanks
Code:
Sheets("Records").Range("columns").Copy Destination:=Sheets("Statement").Range("A1")
but when I change the range to
Code:
Sheets("Records").Range("columns").Copy Destination:=Sheets("Statement").Range("A5")
it does not ...(copy area paste area not the same...)
There are no merged cells copied ... so what is the problem?
Thanks