ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Go To Location (https://www.excelbanter.com/excel-programming/316765-go-location.html)

choice[_2_]

Go To Location
 
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

Chip Pearson

Go To Location
 
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





All times are GMT +1. The time now is 11:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com