G
germul
Hello group,
I'm creating a simple form in Project Prof. 2003 VBA with a ListBox on
it.
Manually I design this ListBox control:
ListBox.ColumnCount = 3
ListBox.ColumnHeads = True
ListBox.ColumnWidths = "35;240" ' 3rd value not needed
ListBox.Clear
Now I see the ListBox control on the form with the displayed empty
header line and three columns.
Ok, how do I set the column titles?
They shall be (from left to right): "ID" , "Name" , "Date".
I am in Project Prof. 2003 - not in Excel, not in Access, not in
Word, not in any other programm of MS Office.
Or is there a way to bind a ADODB.RecordSet to this ListBox?
Thanks for any advice.
Regards,
Gernot Mulisch
I'm creating a simple form in Project Prof. 2003 VBA with a ListBox on
it.
Manually I design this ListBox control:
ListBox.ColumnCount = 3
ListBox.ColumnHeads = True
ListBox.ColumnWidths = "35;240" ' 3rd value not needed
ListBox.Clear
Now I see the ListBox control on the form with the displayed empty
header line and three columns.
Ok, how do I set the column titles?
They shall be (from left to right): "ID" , "Name" , "Date".
I am in Project Prof. 2003 - not in Excel, not in Access, not in
Word, not in any other programm of MS Office.
Or is there a way to bind a ADODB.RecordSet to this ListBox?
Thanks for any advice.
Regards,
Gernot Mulisch