I could live with the Every Year function if I could figure out how to not make it display every year in the event topic (as in the picture above).
The only code I can find that deals with the every year is this:
Case 11 'Every year
dateCursor = DateAdd("yyyy", 1, dateCursor)
There has to be more to it than that? It would be great if it only showed the date of the year that it was appearing in.<