Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Dear all, I created a listbox in Excel and load data from Access file but I don't know how to add data to columnheads of that listbox. Could any one can help me. Thanks a lot. Nam -- lehainam ------------------------------------------------------------------------ lehainam's Profile: http://www.excelforum.com/member.php...o&userid=18615 View this thread: http://www.excelforum.com/showthread...hreadid=376216 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I assume this is a Controls listbox, not Forms (since I don't think you can
set column headers in Forms listbox). Do you put your Access data onto your worksheet first, or are you creating your listbox strictly from code? If you put it into a range on your sheet, the Controls listbox should automatically choose the cells above your .ListFillRange as the column headers if you specify .ColumnHeads=True. But I don't see any way other than this to specify the column headers (I know in an Access form you can use the RowSourceType and RowSource to specify headings). A trick I have used at times is to place textboxes above a listbox, and use them for the headers. Not as elegant, but it works! "lehainam" wrote: Dear all, I created a listbox in Excel and load data from Access file but I don't know how to add data to columnheads of that listbox. Could any one can help me. Thanks a lot. Nam -- lehainam ------------------------------------------------------------------------ lehainam's Profile: http://www.excelforum.com/member.php...o&userid=18615 View this thread: http://www.excelforum.com/showthread...hreadid=376216 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA ColumnHeads Property for ComboBox | Excel Programming | |||
ListBox.ColumnHeads Property | Excel Programming | |||
Listbox ColumnHeads | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
ListBox ColumnHeads | Excel Programming |