Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Kiswar Malik   on Nov 05 In MS Office Category.

  
Question Answered By: Abbad Akhtar   on Nov 05

What I would do, is Hide the first user form  until I had gotten my values
out of it.

For instance, behind the click button of the first form:

Private Sub CommandButton1_Click()
Me.Hide
UserForm2.Show
End Sub

Then in the second UserForm,

Private Sub UserForm_Initialize()
UserForm2.TextBox1.Value = UserForm1.TextBox1.Value
Unload UserForm1
End Sub

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on multiple forms Or get search suggestion and latest updates.


Tagged: