I want to populate a combo box from a SQL table. I have an immediate problem in that when I create the combo box I cannot refer to it. It takes a default name of dropdown1, but when I attempt to reference this in VBA using:
With Sheets("Sheet2").dropdown1
I get an error:
Run time error 438...