J
Justin Smith
In my code I have a handle on my chart, I am trying to set
the source data of the chart to a Named Range in the
current Workbook. Since this occurs within a loop I am
using variable names. Here is a snippit of my code. Any
help at all is appreciated.
'CurrentDataRange computes to an existing Named Range
within the workbook
chrt.SetSourceData Source:=CurrentDataRange,
PlotBy:=xlColumns
the source data of the chart to a Named Range in the
current Workbook. Since this occurs within a loop I am
using variable names. Here is a snippit of my code. Any
help at all is appreciated.
'CurrentDataRange computes to an existing Named Range
within the workbook
chrt.SetSourceData Source:=CurrentDataRange,
PlotBy:=xlColumns