I know how to populate a combo box like this, where I have years listed in this range like 2005, 2006……..
Me.CBYear.List = Sheet2.Range("G1:G10").Value
I have dates in column A, Is there anyway to populate it using the dates that are in A1 : A??, the last row with a date in it, for the first year in the column to whatever year it is now?
So if I had dates starting with 2-25-2005 the combo box would populate with 2005, 2006, 2007 ……. 2011
this is for excel 2003
Thanks
Me.CBYear.List = Sheet2.Range("G1:G10").Value
I have dates in column A, Is there anyway to populate it using the dates that are in A1 : A??, the last row with a date in it, for the first year in the column to whatever year it is now?
So if I had dates starting with 2-25-2005 the combo box would populate with 2005, 2006, 2007 ……. 2011
this is for excel 2003
Thanks