@agraham
I downloaded your reminder prg and really like it. On line 28 (Control"DateTimePicker2")2.Format = 8) the 2 doesn't
belong. Line 113 you have select case j, case shouldn't be there. Line 118
Case Is > 1, it gave an error with is in there so took it out. Line 131 Case Is <= 0, same thing as line 118. And lastly it will compile with optimized turned off but not with it on, something about key already added in dictionary
checkbox key trying to add checkbox. I'm not sure how to solve that one so I compiled without optimized.
dennishea