Hi
I have a scenario that I don't know how to explain it. But I do my best!
The problim is:
I have five userforms. three (UserForm1, UserForm2,UserForm3)of them have comboBox to select data and two(UserForm4,UserForm5) have text to input data.
In userform3 when I select value in combobox2(For Exp. "Name"),combobox3 show 2 or 1 value ( "Company" or"team" or both of them),when I click on commandbutton I going to userform4 to fill out "company"`s information or in somecase going to userform5 to fill out "team"`s information. But some times there are 2 values in combobox3 inestead of 1 and I want to check that in userform4 or 5 ( after click on save commandbutton), if there is another value in combobox3, the MsgBox pop up and notice that to fill out "Company" or "team" information.
I`m trying to use this code but it doesn't work
I hope its clear to undestand!
Bookmarks