Hello,
I have created a ListBox (ActiveX) on a worksheet (and not in a UserForm).
I try to fill this list with VBA by calling this function :
It fills the list entirely but it misses the header line. Actually, the titles appear in the second line, and the header line remains empty !![]()
Please Login or Register to view this content.
( despite my .ColumnHeads = True)
What is strange, it is that when I do this in a UserForm (with a 'regular' ListBox), the result is correct.
But definitely, when I do it in a ControlX listBox located on a sheet (and not in a UserForm), it fails...
Any idea please ?
Thanks anyway...Pierre
Bookmarks