View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Martin Martin is offline
external usenet poster
 
Posts: 336
Default ListBox with non contigous columns

Another way is to use ListBox.AddItem in a loop scrolling through the cells.

"François" wrote:

Hello,
I'm trying to display on a listbox 3 columns (A1:B100 & E1:E100). On can I
achieved this using the ListBox.Rowsource ?

Thanks.

François