I have set the Column Count to 2 in the properties window of the combobox, but when the code is the following
it only shows one column.
I have tried doing this
but I get a range of object worksheet failure.
VBA Code:
ComboBox1.List = Sheet2.Range("EmployeeTable[Name]").value
I have tried doing this
VBA Code:
ComboBox1.List = Sheet2.Range("EmployeeTable[Name]:EmployeeTable[ID#]").value