Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know this has been posted many times before, but I give it a try
anyway. I know it is not possible to fill the columnheads of a listbox on a userform without using Rowsource. As I need to fill the listbox using 'List', is it not possible to make a fake rowsource in a sheet to fill the heads, then fill the rest of the box using 'List'? Hope so.. Jzz |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
no.
-- Regards, Tom Ogilvy "Jzz" wrote: I know this has been posted many times before, but I give it a try anyway. I know it is not possible to fill the columnheads of a listbox on a userform without using Rowsource. As I need to fill the listbox using 'List', is it not possible to make a fake rowsource in a sheet to fill the heads, then fill the rest of the box using 'List'? Hope so.. Jzz |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is another way to put it
Rule 1: "it is not possible to fill the columnheads of a listbox on a userform without using Rowsource" Rule 2: If you need to fill the listbox using List and want to have columnheads, see rule 1. the workaround is to populate list and then transfer/write the data from list on the sheet, add headers in the first position and apply Rule 1. -- Regards, Tom Ogilvy "Jzz" wrote: I know this has been posted many times before, but I give it a try anyway. I know it is not possible to fill the columnheads of a listbox on a userform without using Rowsource. As I need to fill the listbox using 'List', is it not possible to make a fake rowsource in a sheet to fill the heads, then fill the rest of the box using 'List'? Hope so.. Jzz |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to add data to ColumnHeads of Listbox | Excel Programming | |||
VBA ColumnHeads Property for ComboBox | Excel Programming | |||
ListBox.ColumnHeads Property | Excel Programming | |||
Listbox ColumnHeads | Excel Programming | |||
ListBox ColumnHeads | Excel Programming |