I have a multicolumn listbox (14 columns)

It is on a userform.

I have a horiztonal scrollbar as the listbox width exceeds the width of the userform.

The problem is my column headers, which are nothing more than labels I have placed above each column (with much trial and error) on the userform itself.

When I scroll horiztonally the reminder of my columns are displayed just fine, but the columns on the end have no headers because I have no screen space on which to place labels.

Is there a way of creating column headers that are actually a part of the column rather than using the labels?