Hi,
I m stuck on a project and would appreciate some help. Currently my macro adds a chart with one series. It works fine, although I guess there is a way to program more efficiently (would be nice to know how :-)).
ws_data.Activate
With ActiveSheet
Set total = .Range("A11:A" & LastRow &...