3
3g.kayak
I have inserted an access table into an excel sheet. I would like to populate a dropbox in a form with the data from that access table. I can do it by specifying the range as below but I'm guessing there is a better way.
Form1.DropBox.List = ThisWorkbook.Sheets("Sheet1").Range("H4:H206").Value
Form1.DropBox.List = ThisWorkbook.Sheets("Sheet1").Range("H4:H206").Value