Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a simple code that sums a changing range as follows:
Sub AddTotal() Dim rRange As Range Set rRange = Range("C2", Range("C65536").End(xlUp)) Range("C65536").End(xlUp)(2, 1) = "=Sum(" & rRange.Address & ")" End Sub Question: Is there a way to name the range too, for recall in a ListBox? It would have to replace the existing name definition as the range changes each time data is added or deleted from the range. Any suggestions would be appreciated. Thanks -Randy- .. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with naming | Excel Discussion (Misc queries) | |||
Tab Naming | Excel Worksheet Functions | |||
Tab Naming | Excel Worksheet Functions | |||
Tab Naming | Excel Discussion (Misc queries) | |||
Tab naming | Excel Discussion (Misc queries) |