PDA

View Full Version : Differences Among Form's Initialize, and Activate Events



Rasm
04-03-2011, 05:56 PM
These two events seems to me to be the same - I have been using _Activate - but it seems everybody else is using the _Initialize - can anybody tell me why to use one rather than the other.




Private Sub UserForm_Activate()

End Sub


Private Sub UserForm_Initialize()

End Sub

Admin
04-03-2011, 06:55 PM
Hi,

This KB article (http://support.microsoft.com/kb/138819) would give you the answer.

Kris

Rasm
04-03-2011, 08:25 PM
Hmmm - actually some significant differences - very useful - thanks