How do I change from a bar graph to line graph using VBscript?
here is part of the code I have for the chart.
MyExcelChart.Charts.Add
MyExcelChart.activechart.HasTitle = True
MyExcelChart.activechart.ChartTitle.Text = "Visitors log for each week shown in browsers percentage"
MyExcelChart.activechart.SetSourceData MyExcelChart.Sheets("Sheet1".Range("A1:k5",1
here is part of the code I have for the chart.
MyExcelChart.Charts.Add
MyExcelChart.activechart.HasTitle = True
MyExcelChart.activechart.ChartTitle.Text = "Visitors log for each week shown in browsers percentage"
MyExcelChart.activechart.SetSourceData MyExcelChart.Sheets("Sheet1".Range("A1:k5",1