Hello community,
I am trying to use dynamic range for chart Xvalues
ActiveChart.FullSeriesCollection(1).XValues = "='MAIN DATA'!$E$3:$E$" & lr
Instead I want to use
ActiveChart.FullSeriesCollection(1).XValues = "=" sh.name & "!" & "$E$3:$E$" & lr
I guess I do something wrong, I get error.
Any help will be appreciated.
Thank you.
Bookmarks