I am trying to create a macro that will amend all the markers within my chart to be exactly the same style, shape, size etc. also removing connecting lines.
I have gotten most of the way to what I am trying to achieve with the code below:
Sub fixchart()
Dim i As Long, j As Long
i =...