Afternoon all,
I have hit a definite block in my understanding of VBA. I have been trying to get it to do something I would assume to be simple all day, but don't seem to have the knowledge or understanding to even get close. I would be really grateful for any help that you could give (or possible a link if this question has already been asked).
In column K of a spreadsheet (starting in row 4) I have a list of dates in the format dd/mm/yy. I would like a VBA routine do do a count on the column for all dates that fall within a certain financial year that the user has chosen from a list box (listbox3) in a user form (without destoying the data in the cells). The dates are in the format 2013-14 as an example and then store in a variable for later use.
As said earlier I am sure this is simpler than I think it is, but I would still be immensly grateful for any help you wonderful people could supply.
Thanks in advance
Rhod
I have hit a definite block in my understanding of VBA. I have been trying to get it to do something I would assume to be simple all day, but don't seem to have the knowledge or understanding to even get close. I would be really grateful for any help that you could give (or possible a link if this question has already been asked).
In column K of a spreadsheet (starting in row 4) I have a list of dates in the format dd/mm/yy. I would like a VBA routine do do a count on the column for all dates that fall within a certain financial year that the user has chosen from a list box (listbox3) in a user form (without destoying the data in the cells). The dates are in the format 2013-14 as an example and then store in a variable for later use.
As said earlier I am sure this is simpler than I think it is, but I would still be immensly grateful for any help you wonderful people could supply.
Thanks in advance
Rhod