Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to set the column title in a listbox from Excel

any help here?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 489
Default How to set the column title in a listbox from Excel

You can do it two ways.

1.) Include a header in your RowSource Range.

2.) You can put Lablels just above your ListBox to label your ListBox columns.

Hope this helps! If so, let me know, click "YES" below.
--
Cheers,
Ryan


"V Hoang" wrote:

any help here?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,565
Default How to set the column title in a listbox from Excel

If ColumnHeads is set to true in the properties window, then the header row
should not be included in the RowSource or ListFill range. VBA will
automatically include the row above the ListFill range as a header if the
ColumnHeads property is set to true.


"Ryan H" wrote in message
...
You can do it two ways.

1.) Include a header in your RowSource Range.

2.) You can put Lablels just above your ListBox to label your ListBox
columns.

Hope this helps! If so, let me know, click "YES" below.
--
Cheers,
Ryan


"V Hoang" wrote:

any help here?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert Column after specific text title the new column and add for David Excel Discussion (Misc queries) 5 October 2nd 09 04:03 PM
Named range=Column title,comumn title in cellB6 use B6in equation Graham Excel Discussion (Misc queries) 2 July 21st 06 10:03 AM
How to rename a column title in excel? atta New Users to Excel 5 May 23rd 06 04:12 AM
Sumif based on column A and title of another column Rusty Excel Discussion (Misc queries) 7 October 19th 05 12:28 AM
In Excel, sorting columns automatically by clicking column title Destiny Excel Discussion (Misc queries) 1 June 23rd 05 06:39 PM


All times are GMT +1. The time now is 12:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"