Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro - save to current location vs excel default location | Excel Discussion (Misc queries) | |||
location | Excel Discussion (Misc queries) | |||
Tab location | Excel Discussion (Misc queries) | |||
Sort by Location | Excel Worksheet Functions | |||
xlb location | Excel Programming |