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.
Code:Private Sub UserForm_Activate() End Sub Private Sub UserForm_Initialize() End Sub
Bookmarks