I've been trying to record a macro in Excel 2010 to set the chart data series line style (weight to 1.75) and also the marker line style (to 0.75).
I see the VBA is throwing the same code for both data series line style and the marker line style.
And, also when i try executing this macro (ALT+F8, ENTER), i see both of them have been set to 0.75. I want both of them set to a different style not the same.
Anybody have solution for this problem? or is this a kind of bug?