Bass71
MIS
- Jun 21, 2001
- 79
I am trying to select a range using the RC functionality.
The following code works:
Range ("A1
1"
.Select
But this Does Not...
Range ("RC[1]:RC[16]"
.Select
How can I select a range without specifying the alpha-numeric coordinates?
The following code works:
Range ("A1
But this Does Not...
Range ("RC[1]:RC[16]"
How can I select a range without specifying the alpha-numeric coordinates?