I\'m writing some VBA code to modify Excel charts. For a scatter chart I need to modify the marker line colour and sometimes the line colour of the connecting lines. I can d
You could use
ActiveChart.SeriesCollection(1).MarkerForegroundColor = -2