ExportData Method Example

The following example exports the file to the location C:\TEMP\DATA.TXT, in table format.

Private Sub CommandButton6_Click()

LineChart1.ExportData "C:\TEMP\DATA.TXT", DataExportStyle_VerticalTable

End Sub