danjames11
New Member
- Joined
- Apr 22, 2009
- Messages
- 14
I need the VBA code to copy the ActiveCell Row into the Worksheet called Cancellations. I need to copy the row onto a new line everytime in Cancellations.
I tried ActiveCell.copy (Cancellations!), but this would not work, and it would only copy the ActiveCell, but I want the whole row that the active cell is on to be copied. It also has to copy onto a new row in the other worksheet every time.
Thanks, Dan
I tried ActiveCell.copy (Cancellations!), but this would not work, and it would only copy the ActiveCell, but I want the whole row that the active cell is on to be copied. It also has to copy onto a new row in the other worksheet every time.
Thanks, Dan