scFastLine not defined
Posted: Tue Aug 09, 2016 2:22 pm
Hi,
I'm trying to use TeeChart ActiveX2016 in my application. But when i compile the VBA code, it gives me an error: Variable not defined: scFastline
Code:
For y = 2 To nNumColumns
TChart.Object.AddSeries (scFastLine)
TChart.Object.Series(y - 2).XValues.DateTime = False
TChart.Object.Series(y - 2).Title = Sheets(strWFSnapshotSheetName).Cells(lnTopRow, y)
Can anyone help me with this?
I'm trying to use TeeChart ActiveX2016 in my application. But when i compile the VBA code, it gives me an error: Variable not defined: scFastline
Code:
For y = 2 To nNumColumns
TChart.Object.AddSeries (scFastLine)
TChart.Object.Series(y - 2).XValues.DateTime = False
TChart.Object.Series(y - 2).Title = Sheets(strWFSnapshotSheetName).Cells(lnTopRow, y)
Can anyone help me with this?