Paddington1881
Board Regular
- Joined
- Jan 12, 2005
- Messages
- 62
- Office Version
-
- 2016
- Platform
-
- Windows
Hi
Is there a way of using the ActiveCell.Offset to copy multiple, but not adjacent cells?
For example if my activecell was A1, I want to copy cell D1 and F1 using offset (but not copy E1).
The only code I can find is -
Range(ActiveCell.Offset(0, 3), ActiveCell.Offset(0, 5)).Select
But this also selects cell E1...
Any ideas much appreciated.
Thanks
Darren
Is there a way of using the ActiveCell.Offset to copy multiple, but not adjacent cells?
For example if my activecell was A1, I want to copy cell D1 and F1 using offset (but not copy E1).
The only code I can find is -
Range(ActiveCell.Offset(0, 3), ActiveCell.Offset(0, 5)).Select
But this also selects cell E1...
Any ideas much appreciated.
Thanks
Darren