I found a small problem with this named range solution.
I have 30+ charts I need to create named ranges for. With 3+ series in each
chart.
I think I might be farther ahead if I can find a way to modify the XValues
and Values instead. That way it won't be dependant on the named ranges, and
then I won't have to create them all.
Any ideas?
--
Disregard, this is so I can find my post later.
***postedbyJay***
"(E-Mail Removed)" wrote:
> One thing to note when using named ranges for chart series, ensure you
> name your range for the worksheet only and not the workbook.
>
> i.e. Sheet1!NamedRange
>
> Then when refering to the name range you will need to put Sheet1!
> NamedRange in the chart series.
>
> Regards,
>
> Toyin.
>
> ps - I hope you can find your post later!
>
>