ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   RANGE addresses. Getting from other cells. (https://www.excelbanter.com/excel-worksheet-functions/195210-range-addresses-getting-other-cells.html)

Thomas

RANGE addresses. Getting from other cells.
 
The two addresses in my Range exist as values in two other cells, say AA1 and
AE1.
Cell AA1 contains $A$597 and AE1 contains $O$597.

But my function "Range(AA1:AE1).Select" is erronous.


Jarek Kujawa[_2_]

RANGE addresses. Getting from other cells.
 
use

Range("AA1:AE1").Select

Bob Phillips

RANGE addresses. Getting from other cells.
 

Range(Range("A1").Value & ":" & Range("E1").Value).Select

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"thomas" wrote in message
...
The two addresses in my Range exist as values in two other cells, say AA1
and
AE1.
Cell AA1 contains $A$597 and AE1 contains $O$597.

But my function "Range(AA1:AE1).Select" is erronous.




Thomas

RANGE addresses. Getting from other cells.
 

Thank you all.



Thomas


All times are GMT +1. The time now is 07:38 AM.

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