I use a lot ... LOT of dynamic named ranges. Ctrl-Shift F3 is a great start, but it sure would be nice to have a Checkbox option to make the named range dynamic.
Consider data in cells A1:D4. Highlighting the data range, I can use Ctrl-Shift-F3 to create named ranges with any/all/none names defined from the: Top Row, Left Column, Bottom Row or Right Column. Wonderful!
Generally, I only use the Top Row for names... but thats kind of beside the point. What I'd really like to see is a fifth checkbox named something like "Dynamic". This way, (for names in the top row) instead of a name like:
List_01 with a definition of: =Sheet1!$A$2:$A$4 I get something like
List_01 with a definition of: = offset(Sheet1!$A$1,1,0,Counta($A:$A)-1)
Currently I'm having to go back and manually tweak all the definitions, but it would sure be nice to have the option with the Ctrl-Shift-F3 of AUTOMATICALLY making them dynamic ranges.
I know it would take VBA to do this, but the code is eluding me at the moment.
Thoughts? any help?
Consider data in cells A1:D4. Highlighting the data range, I can use Ctrl-Shift-F3 to create named ranges with any/all/none names defined from the: Top Row, Left Column, Bottom Row or Right Column. Wonderful!
Generally, I only use the Top Row for names... but thats kind of beside the point. What I'd really like to see is a fifth checkbox named something like "Dynamic". This way, (for names in the top row) instead of a name like:
List_01 with a definition of: =Sheet1!$A$2:$A$4 I get something like
List_01 with a definition of: = offset(Sheet1!$A$1,1,0,Counta($A:$A)-1)
Currently I'm having to go back and manually tweak all the definitions, but it would sure be nice to have the option with the Ctrl-Shift-F3 of AUTOMATICALLY making them dynamic ranges.
I know it would take VBA to do this, but the code is eluding me at the moment.
Thoughts? any help?