Variable Range
Posted by Thomas Venn on October 19, 2000 4:39 PM
Hi, this is my current code: ActiveCell.Range("A1:A1500").Select
I have a number in cell A1, which could be 300 or 5000 or 65000, and so on.
I want to know if there is a way for me to change A1500 into the value in cell A1.
Thanks in advance,
Thomas