phoeberunner
New Member
- Joined
- May 12, 2011
- Messages
- 16
Hi,
I want to set a range with 2 cells which are not next to each other, here is my code,
Set rng = Range(Cells(10, 5).Address & "," & Cells(10, 8).Address)
It caused error, anyone can solve this?
Thanks,
Phoebe
I want to set a range with 2 cells which are not next to each other, here is my code,
Set rng = Range(Cells(10, 5).Address & "," & Cells(10, 8).Address)
It caused error, anyone can solve this?
Thanks,
Phoebe
Last edited: