I have created an userform with two Listboxes having Multiple option.
The Listbox1, is populated with the Program_Number of column G of sheet Master.
The Listbox2, is populated with the Program_Name of column H of sheet Master.
What I am trying to do is if the Program_Name is selected from Listbox2, then the Program_Number in Listbox1 is automatically selected as well so that the Program_Number and Program_Name are unique I would also like to be able to enter new Program_Name and a corresponding Program_Number if I need to. How can I link these listboxes?
The Listbox1, is populated with the Program_Number of column G of sheet Master.
The Listbox2, is populated with the Program_Name of column H of sheet Master.
What I am trying to do is if the Program_Name is selected from Listbox2, then the Program_Number in Listbox1 is automatically selected as well so that the Program_Number and Program_Name are unique I would also like to be able to enter new Program_Name and a corresponding Program_Number if I need to. How can I link these listboxes?