I have a listbox on a form which I load values using a loop in VBA. The values are in Sheet1!A1:A25. The property list box is set to ColumnHead = True. This works fine showing the Column headers at the beginning of the list. However, I have another listbox on a worksheet in which the ColumnHead is also set to True. But I don't get the Column Headers. What could be wrong? Of course, I'm using values from another Sheet2!A1:A30. What am I missing?