jmpmolegraaf
New Member
- Joined
- Jul 10, 2013
- Messages
- 35
Dear all,
I have googled for a long time but cannot find out what's wrong.
Is it not possible to copy/paste when you use Range(Cell1,Cell2).copy / Range(Cell1,Cell2).paste
This is my code and it doesn't work. Of course WS, lastrowgp and WS3 are dim-ed
WS.Range(Cells(1, 1), Cells(lastrowgp, 1)).Copy WS3.Range(Cells(1, 1)).Paste
Thanks!!
I have googled for a long time but cannot find out what's wrong.
Is it not possible to copy/paste when you use Range(Cell1,Cell2).copy / Range(Cell1,Cell2).paste
This is my code and it doesn't work. Of course WS, lastrowgp and WS3 are dim-ed
WS.Range(Cells(1, 1), Cells(lastrowgp, 1)).Copy WS3.Range(Cells(1, 1)).Paste
Thanks!!