Having to reacquaint myself with comboboxes and I find myself stumbling on basics.
My first discovery that confuses me is that it appears the only combobox that allows for autofill (search as you type) is the ActiveX version. Is this right? I had been trying to steer away from any ActiveX involvement as I noted cautions when using them on worksheets.
The next problem is proper naming for the ListFillRange. On another sheet, same workbook, I have a table. If I try to reference a column of values in that table in any method other than SheetName!A3:A250, it simply disappears. For instance, tablename[column name] or more exact MasterSchedule[Names]. What am I running into? Any pointers to a reliable, concise refresher on comboboxes?
Later I intend to feed the item selection combobox from another selection process, and I am hoping to simply use a validation drop down of three or four items, so I need to get my work with the combobox that is doing all the work down right first.
Thank-you!
Bookmarks