Thread
:
Userform direction
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Userform direction
Put this in Userform2's code module.
Private Sub UserForm_Terminate()
UserForm1.Show
End Sub
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet