Chandoo, I am a big fan and had a pressing vba charting question. I have a set of dates (x) axis and several y1,y2.
My y data set looks like Mar 2010 April 2010 March 2011 April 2011 so on and so forth until April 2020( future options data).
What I need to do is use vba to chart this data separately for same x axis but march data in one table and April data in another. So 2 tables (march(2001..2020). april (2001-2020) from the same main data....
Within mar data using combo box I shld be able to dynamically select if I wnt to see mar 2010, 11, 12 ..or 2020 data, dynamically select whichever year i would like to see.. same with april.
Further within the dates (X axis) I should be able to select dynamically as well. Like selecting today's date and a date from 3 years ago or a date from two days ago going back to 20 days ago... etc (dynamic date range) for both of these charts.
Basically, chart should only plot prices for selected date range for the march or April contract..
please help Chandoo. I need some help from you but I do need to do this using vba only since my boss only wants vba. Pls reply friend. Thanks!
My y data set looks like Mar 2010 April 2010 March 2011 April 2011 so on and so forth until April 2020( future options data).
What I need to do is use vba to chart this data separately for same x axis but march data in one table and April data in another. So 2 tables (march(2001..2020). april (2001-2020) from the same main data....
Within mar data using combo box I shld be able to dynamically select if I wnt to see mar 2010, 11, 12 ..or 2020 data, dynamically select whichever year i would like to see.. same with april.
Further within the dates (X axis) I should be able to select dynamically as well. Like selecting today's date and a date from 3 years ago or a date from two days ago going back to 20 days ago... etc (dynamic date range) for both of these charts.
Basically, chart should only plot prices for selected date range for the march or April contract..
please help Chandoo. I need some help from you but I do need to do this using vba only since my boss only wants vba. Pls reply friend. Thanks!