Try
Range("A3:A" & Range("R3").Value).Select
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"Jeff M" wrote in message
...
How can I select a cell range referencing the value in a
cell?
i.e. Range("A3:A" & "(=VALUE(R3)").Select
The value in Cell R3 represent the number of records.