Thread
:
Activate .. Select .. Initialize
View Single Post
#
1
Posted to microsoft.public.excel.programming
Tendresse
external usenet poster
Posts: 117
Activate .. Select .. Initialize
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
Reply With Quote
Tendresse
View Public Profile
Find all posts by Tendresse