Maybe too old but I have the following problem.
When I use AddToNamed i get the folloing =Source!$A$1:$E$1,Source!$A$2:$E$63. This wrecks my pivot table data since it is based on the Source Named Range. How can I do it so that after using ws.Range("$A$2:$E$63).AddToNamed("Source") I actually get Source!$A$1:$E$63 only and not the comma separated name range
When I use AddToNamed i get the folloing =Source!$A$1:$E$1,Source!$A$2:$E$63. This wrecks my pivot table data since it is based on the Source Named Range. How can I do it so that after using ws.Range("$A$2:$E$63).AddToNamed("Source") I actually get Source!$A$1:$E$63 only and not the comma separated name range