I keep getting run time error 424 when running my VBA code.
this line of my code gets highlighted.
ActiveChart.Axes(xlValue, xlPrimary).AxisTitle.Text = "Angular Rate (deg/s)"
This is my second chart on the excel so I think VBA is struggling to pick the right chart, I'm just guessing here.
Any thoughts on how to deal with this would be appreciated. Thank you