If you set the ColumnHeads property for a ListBox to TRUE, you will see a small grid at the top of the listbox intended to display a header row for the data.
The way it is supposed to work is, it takes any row above the range being used for the ListBox, and populates this header row with that data.
I am told that this only works when using theListBox.RowSource property, however, RowSource does not work with Excel 2011 Mac, so I cannot test this out.
Apparently, you have to use the ListBox.List property when working with a ListBox, which does work for populating the ListBox, but does NOT work for populating
the Header.
You are left with a blank header.
Does anyone have an idea of how to get this to work?