Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 84
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro - save to current location vs excel default location leezard Excel Discussion (Misc queries) 0 October 28th 08 03:04 PM
location pierre Excel Discussion (Misc queries) 9 May 25th 08 07:32 PM
Tab location [email protected] Excel Discussion (Misc queries) 4 June 26th 07 03:26 AM
Sort by Location ecohen1 Excel Worksheet Functions 1 November 28th 05 04:14 PM
xlb location jejyjose Excel Programming 5 March 4th 04 02:51 AM


All times are GMT +1. The time now is 05:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"