I have a macro that changes the marker style for all series in a scatter chart, chosen through an input box.
It works nicely, but I want it to exclude any series that do not have markers (i.e. lines used to indicate a reference value). I've tried an if-then statement after the With statement, but it will add markers to any line series:![]()
Please Login or Register to view this content.
Basically, if the series has markers or line+markers, I want it to change the marker style, otherwise do nothing with the series.![]()
Please Login or Register to view this content.
Any suggestions?
Bookmarks