Message 1 of 3
ListBox Control - ColumnHeads property

Not applicable
05-21-2001
07:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a listbox control on my VBA Userform with the ".ColumnCount"
property set to 2.
I wanted to provide a column header row for each of the two columns with
a column description.
By setting the ".ColumnHeads" property to "True", it appears I'm halfway
there. However,
I can't find a property to allow me to place text in these column
headers. What must I do to
place column headers with descriptive text in my list box? I am trying
to avoid using the
ListView OCX control.
Mark Sanchez
SPEC Services, Inc.
Fountain Valley, CA USA
property set to 2.
I wanted to provide a column header row for each of the two columns with
a column description.
By setting the ".ColumnHeads" property to "True", it appears I'm halfway
there. However,
I can't find a property to allow me to place text in these column
headers. What must I do to
place column headers with descriptive text in my list box? I am trying
to avoid using the
ListView OCX control.
Mark Sanchez
SPEC Services, Inc.
Fountain Valley, CA USA