Please please help me, Im banging my head against the wall on this...
I want to use the MSForms (version 2) ListBox control, on a form, but I cant set the headings via code. I can only populate the rows.
I add a row thus:
Me.lstTest.AddItem "Hello"
And turn on headings:
Me.lstTest.ColumnHeads = True
But how the blazes do I get the value in the heading (without binding the control to data)?
Please help.
Respectfully yours,
WM
I want to use the MSForms (version 2) ListBox control, on a form, but I cant set the headings via code. I can only populate the rows.
I add a row thus:
Me.lstTest.AddItem "Hello"
And turn on headings:
Me.lstTest.ColumnHeads = True
But how the blazes do I get the value in the heading (without binding the control to data)?
Please help.
Respectfully yours,
WM