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
Private Sub UserForm_Activate()
End Sub
Private Sub UserForm_Initialize()
End Sub