P
Patrickw
I am desiging a userform with two calendar controls (Calendar Control
11.0). For illustration, lets assume the first calendar is October
and the second is November. The October calendar will be displayed to
the left with the current day selected (31) as a default. The second
(to the right of the first) will show the next month, November, with
no day picked. I have figured out how to make the two calendars react
to each other approriately, with one exception. When I pick one of
the greyed out dates at the beginning or end of the calendar (which
represent days in the previous and following months, respectively),
everything goes haywire. Any ideas on how to either keep the greyed
out days from showing at all or how to test for having picked them so
that I can write the proper handling routines? If one of the greyed
out dates at the end of the October calendar is picked, I would like
it to become November and the right hand calendar to become December.
11.0). For illustration, lets assume the first calendar is October
and the second is November. The October calendar will be displayed to
the left with the current day selected (31) as a default. The second
(to the right of the first) will show the next month, November, with
no day picked. I have figured out how to make the two calendars react
to each other approriately, with one exception. When I pick one of
the greyed out dates at the beginning or end of the calendar (which
represent days in the previous and following months, respectively),
everything goes haywire. Any ideas on how to either keep the greyed
out days from showing at all or how to test for having picked them so
that I can write the proper handling routines? If one of the greyed
out dates at the end of the October calendar is picked, I would like
it to become November and the right hand calendar to become December.