How is it possible to create a range in vba using the column number, rather than letter?
|
Below are two solutions to select the range A1.
Also check out this link;
--
|
|||||||||||
|
|
To reference range of cells u can use Range(Cell1,Cell2), sample:
|
|||
|
|

Cells()– t.thielemans Oct 31 '12 at 11:59