I have 2 sheets in my excel file (Data and DataRanges). DataRanges sheet includes Start & End columns (multiple rows) which represent the range for each graph.
The data sheet includes Data Serial which will represent data in serial for those ranges (start, end) to plot a simple line graph depending on Close (Column B) values.
Currently, I'm doing it manually which takes a lot of time. Just want to know if there is a way to automate it using VBA.
The data sheet includes Data Serial which will represent data in serial for those ranges (start, end) to plot a simple line graph depending on Close (Column B) values.
Currently, I'm doing it manually which takes a lot of time. Just want to know if there is a way to automate it using VBA.