Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
use
Range("AA1:AE1").Select |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thank you all. Thomas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
updating email addresses in cells | Excel Worksheet Functions | |||
OFFSET and range addresses | Excel Discussion (Misc queries) | |||
Variable range addresses for use in array functions | Excel Discussion (Misc queries) | |||
email addresses in cells | Excel Discussion (Misc queries) | |||
Range names and their associated addresses | Excel Worksheet Functions |