Hi,

What is the event or process for calling a procedure when a VBA userform has lost focus from being alt tabbed, minimized, another app has been used?

I use a mouse hook event which is called on UserForm_Activate, UserForm_Initialize, and MultiPage1_Change, but after switching to another window and back again, I need to call the MultiPage1_Change event for the hook to work again.

code of the mouse scroll http://pastie.org/10292588

Cheers