Hello All,
I am trying to make a more generic way to create a XY scatter chart and add data to the chart. Here is some test code.
Sub Test_Add_Series()
Dim DataTab As String
Dim PLTab As String
Dim Xrange As Range
Dim Yrange As Range
Dim Trange As Range
Dim Snu As Long
DataTab =...