craigsharp
New Member
- Joined
- Jan 10, 2006
- Messages
- 6
Hi,
I imagine this will be really easy but my VBA is not very good.
I want to copy the contents of cells in columns O & A from the active row, I tried this:
R = ActiveCell.Row
Range(Cells(R, 15), Cells(R, 1)).Copy
Which copies but includes all rows inbetween
Any help much appreciated
Regards,
Craig
I imagine this will be really easy but my VBA is not very good.
I want to copy the contents of cells in columns O & A from the active row, I tried this:
R = ActiveCell.Row
Range(Cells(R, 15), Cells(R, 1)).Copy
Which copies but includes all rows inbetween
Any help much appreciated
Regards,
Craig