Excel VBA Line Color / Marker Line Color

前端 未结 3 640
无人共我
无人共我 2020-12-20 12:47

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

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 13:20

    You could use

    ActiveChart.SeriesCollection(1).MarkerForegroundColor = -2

提交回复
热议问题