Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having trouble passing a value from Userform4.Combobox1.value
to Userform3.Textbox1.value The value passes, but how do i successfully Close Off the Userform4 after the value is input into u/f3 ? Private Sub UserForm_Activate() Application.ScreenUpdating = False Userform3.TextBox1.Value = UserForm4.ComboBox1.Value 'Code to populate Userform3 here Application.ScreenUpdating = True End Sub Corey.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing arguments to userforms | Excel Programming | |||
Data Validation on UserForms | Excel Programming | |||
Passing variable values from userforms | Excel Programming | |||
Userforms and Data | Excel Programming | |||
UserForms and Variables and Types of data | Excel Programming |