you can use following code:UserForm2.ComboBox1.AddItem (UserForm1.ComboBox1.Value)This is will work if your both forms are in same project.