I am working on a project that I need to create a Line Chart from the data that the user enter weekly.
This is what I've got so far:
' Graph
ActiveSheet.ChartObjects("Comparison").Activate
ActiveChart.SeriesCollection.NewSeries
ActiveChart.SeriesCollection(1).name = "=""Actual...