Hello,
i have a userform which include combox that i filled it's data from userform activate event , which get them from a range in a worksheet "items"
i have another form that add items to this worksheet "items"
i have a label in first userform to load the second user form
i use
form1.hide
form2.show (false)
now my question is whenever i exit form 2 i need the combobox in form 1 to update it's values
can anybody guide me
thank you in advance
i have a userform which include combox that i filled it's data from userform activate event , which get them from a range in a worksheet "items"
i have another form that add items to this worksheet "items"
i have a label in first userform to load the second user form
i use
form1.hide
form2.show (false)
now my question is whenever i exit form 2 i need the combobox in form 1 to update it's values
can anybody guide me
thank you in advance