Hi
Sorry if this question has already been asked I've spent several hours searching and not found what i need.
I'm looking for the vba code to use to auto fill other combo boxes when the correct data is selected in one of the other combo boxes on a userform.
this is what i would like to acheive
I have 4 combo boxes;
Column A on the worksheet is a named range (ContactName) (A2-A1000)
Column B on the worksheet is a named range (ContactID) (B2-B1000)
Column C on the worksheet is a named range (ContactDepartment) (C2-C1000)
Column C on the worksheet is a named range (ContactEmail) (D2-D1000)
Any help would be greatly appreciated!!
Thank you
Sorry if this question has already been asked I've spent several hours searching and not found what i need.
I'm looking for the vba code to use to auto fill other combo boxes when the correct data is selected in one of the other combo boxes on a userform.
this is what i would like to acheive
I have 4 combo boxes;
- if i select a2 in combo box 1 i would like combo box2 to autofill with b2, combo box3 to autofill with c2 and combo box4 to autofill with d2
- if i select b2 in combo box 2 i would like combo box1 to autofill with a2, combo box3 to autofill with c2 and combo box4 to autofill with d2
- if i select c2 in combo box 3 i would like combo box1 to autofill with a2, combo box2 to autofill with b2 and combo box4 to autofill with d2
- if i select d2 in combo box 4 i would like combo box1 to autofill with a2, combo box2 to autofill with b2 and combo box3 to autofill with c2
Column A on the worksheet is a named range (ContactName) (A2-A1000)
Column B on the worksheet is a named range (ContactID) (B2-B1000)
Column C on the worksheet is a named range (ContactDepartment) (C2-C1000)
Column C on the worksheet is a named range (ContactEmail) (D2-D1000)
Any help would be greatly appreciated!!
Thank you