I have a combobox that I need to fill with years dynamically.
I need it to start always with the year 2010 but I always need it to end with the current year.
So this year,
2010, 2011, 2012, 2013
Next year,
2010, 2011, 2012, 2013, 2014
I want this to work without me having to change the code in the future.
Bookmarks