Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
After a bit of thinking and groping about I managed to get column head
to work by putting th following into :- Private Sub UserForm_Initialize() ListBox1.ColumnHeads = True 'show headings ListBox1.RowSource = "B2:D2" 'point at column headers offset? I had three colunm's so "B2:D2" gives three headings, although I di notice to get the right result I had to point to data at row 2 and no row where the data was? Hope this helps any one else trying to get this working. Noggin PS still like to know why the offset though -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print Column Heads WITHOUT Excel Column Lables | Excel Worksheet Functions | |||
Changing column heads from ABC to 123 | Excel Discussion (Misc queries) | |||
column heads | New Users to Excel | |||
heads of column (listbox in UF) | Excel Programming | |||
Column heads for list box - how to do it | Excel Programming |