T
Tendresse
What's the difference between:
Private Sub UserForm_Activate()
and
Private Sub UserForm_Initialize()
Also what's the difference between
Sheets("Sheet1").Select
and
Sheets("Sheet1").Activate
Many thanks, Tendresse
Private Sub UserForm_Activate()
and
Private Sub UserForm_Initialize()
Also what's the difference between
Sheets("Sheet1").Select
and
Sheets("Sheet1").Activate
Many thanks, Tendresse