Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
i have created a dynamic NAMED range for columns of data on Sheet1. PTA=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),CO UNTA(Sheet1!$1:$1)) I am trying to get the range address of the Named Range, into a single cell say, A655536... A655536=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A ),COUNTA(Sheet1!$1:$1)) i can get the First address of the range say, $A$1, using Cell("Address", PTA), but cannot get the Last address of it. Also, is there a way to acheive this programmatically, so that i can then dump the address into a variable, say....External Data variable called .Name.... ..Name="Sheet1!" & Cell("contents", B65536) PLEASE HELP ASAP. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Named Range | Excel Discussion (Misc queries) | |||
Dynamic Named Range | Charts and Charting in Excel | |||
dynamic named range | Excel Programming | |||
Address of named range | Excel Worksheet Functions | |||
Named Range Cells vs. Absolute Cell Addresses | Excel Programming |