//save to an excel file workbook.Save("chartlines.xlsx");
' Create a new Workbook Dim workbook As New Workbook ' save to an excel file workbook.Save("chartlines.xlsx")