Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform with several listboxes. I want to show the column heads in
the list box. When I set ColumnHeads property for listbox to "True", I only get blank columnheads in my list box. Can someone please help me to set the column heads in my list box to show? The only way it works is that I add the row when defining the range in my worksheet and setting the ColumnHeads to "False". However, this does not work when you have check boxes because then you get a checkbox next to the name of the column. Can someone please? Thank you in advance for any help you can provide. Thank you. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() For the RowSource of the ListBox, have only the range *below* the headers. When you set the ColumnHeads to True, the row *above *the data/RowSource range is used as headers. Choosing the ListStyle to show checkboxes/radio buttons works as you would want it to. -- p45cal *p45cal* ------------------------------------------------------------------------ p45cal's Profile: http://www.thecodecage.com/forumz/member.php?userid=558 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=133931 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Repost of Listbox Headers | Excel Programming | |||
Adding Headers to a listbox | Excel Programming | |||
Reading Row headers into a listbox | Excel Programming | |||
userform listbox cannot get listbox.value to transfer back to main sub | Excel Programming | |||
Populating Column Headers in a ListBox | Excel Programming |