Try
Range(Range("A1").Text).Select
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"choice" wrote in message
...
in cell A1 i have a reference to another cell (example: R27)
i need a code that goes selects the cell that is in A1
im thinkin range("a1.value").select but thats not working
thanks in advance