I am trying to set the fill on different data series in a scatterplot and I don't want there to be any coloured border. I recorded a macro to get rid of it, but it doesn't do anything
the macro gives me this:
ActiveChart.SeriesCollection(1).Select
Selection.Format.Line.Visible = msoFalse
I...