Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I realise that this has probably been discussed previously but I failed to find a useful thread. I'm creating named regions programatically (corresponding to querytables) but I end up with an underscore and a number following my chosen name. What is the best way of correcting / preventing this behaviour Note that my code attempts to clear existing names with the following: With ThisWorkbook.Sheets("data") .Cells.Clear For Each qt In .QueryTables qt.Delete Next For Each nName In .Names nName.Delete Next End With Any help would be appreciated Regards Kieran |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text to number conversion with trailing - | Excel Discussion (Misc queries) | |||
Paste values all cells in a region which refers to out of region | Excel Worksheet Functions | |||
Dynamic Named Range: Simulating a filtered region | Excel Programming | |||
Cell just shows formula after named region var change | Excel Worksheet Functions | |||
Is it possible to count if within a number region? | Excel Discussion (Misc queries) |