Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cell Reference in Excel?

Status
Not open for further replies.

MrClinker

MIS
Mar 22, 2002
19
UY
I want to select a specific cell in Excel(using range().select). The reference of that cell is stored into another cell in text format.

How can I tell Visual Basic to use the text that is inside that cell to positionate there?

Example:

In A3 i have "f5". If i write range("a3").select, the cursor goes to A3, I want the cursor to go to f5 instead.

Thank you very much

Gerardo.
 
Sorry to jump in Skip,

But your code would only select cell A3 (because that is the address).

MrClinker Try this:

range([a3]).select

But you should read Skips FAQ.

And Mine! faq707-4090 ;-)







Peace! [peace]

Mike

Never say Never!!!
Nothing is impossible!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top