Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
I have a named range that I keep adding to. I can increase the size manually but I need for the range to increase automatically. How is this done? Any help would be appreciated. TIA -Minitman |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Refers to: =Offset(Sheet1!$A$1,0,0,CountA(Sheet1!$A:$A),1)
possibly -- Regards, Tom Ogilvy "Minitman" wrote in message ... Greetings, I have a named range that I keep adding to. I can increase the size manually but I need for the range to increase automatically. How is this done? Any help would be appreciated. TIA -Minitman |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey Tom,
Thanks. Works like a charm. -Minitman On Tue, 27 Sep 2005 14:01:53 -0400, "Tom Ogilvy" wrote: Refers to: =Offset(Sheet1!$A$1,0,0,CountA(Sheet1!$A:$A),1) possibly -- Regards, Tom Ogilvy "Minitman" wrote in message .. . Greetings, I have a named range that I keep adding to. I can increase the size manually but I need for the range to increase automatically. How is this done? Any help would be appreciated. TIA -Minitman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing a named range based upon Range name entry in cell | Excel Worksheet Functions | |||
Array as a "named range" - formula ok in cells, but error as "named range" | Excel Discussion (Misc queries) | |||
Grow a range by # of lines by right click on grow tool & type num | Excel Discussion (Misc queries) | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) | |||
If any cell in named range = 8 then shade named range | Excel Programming |