Hi
I have 2 comboboxes in a userform, I have populated the first (called "Dept") listing the enteries using Additem ("name") etc.
I require 2nd (called "Employee") to be populated dependant on the choice of the first. The choice would be from a list in Excel (Sheet = Employees) and the list of employees is Column C (C2:???) and the matching Dept is in Column B (B2:???)
Therefore if Dept=Accounts, I want only the employees listed in column C to show if they are in Accounts (Column B)
Many Thanks
I have 2 comboboxes in a userform, I have populated the first (called "Dept") listing the enteries using Additem ("name") etc.
I require 2nd (called "Employee") to be populated dependant on the choice of the first. The choice would be from a list in Excel (Sheet = Employees) and the list of employees is Column C (C2:???) and the matching Dept is in Column B (B2:???)
Therefore if Dept=Accounts, I want only the employees listed in column C to show if they are in Accounts (Column B)
Many Thanks