A VBA Calendar

Just about every application needs a calendar of some sort. There are calendar controls available that feed back a date, but these are typcially from some version of VB or another third party. I have been using my own VBA calendar for my applications, because I needed some features that the "other" controls did not provide. 

Many of my application requirements have needed start and end dates and different periods – typically weekly or monthly- to set up reporting criteria.  I needed the capability to restrict date selections to ensure their accuracy.

Continue Reading: A VBA Calendar »