"Harry-Wishes" wrote:
> Ahh! ! ! I discovered that when I swap my UserForm_Initialize() and
> UserForm_Activate() code so that UserForm_Initialize appears first, I see my
> calendar. It works great! ! ! Can't explain why the re-order would solve this
> problem, but it works.
Glad you got it working... But I must admit I do not understand what you
mean by swapping the two events. When a userform is called into existence,
the Initialize runs first (and only once) and the Activate event runs after
that and everytime the form gets the focus.
Unless you mean you swapped the code from one event to the other...