This code picks up all of the table headers and presents them to a combobox.
Many of the column names on that list are irrelvant to the task of the combobox and present clutter and confusion.
Is their anyway to filter this list before it is presented to the combobox?
Thank You for having a look![]()
Set oTbl = Sheet1.ListObjects(1) With Me .ComboBox1.List = Application.WorksheetFunction.Transpose(oTbl.HeaderRowRange)
Scott
Bookmarks