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
Martin - 22 Mar 2006 16:00 GMT
Another way is to use ListBox.AddItem in a loop scrolling through the cells.
> Hello,
> I'm trying to display on a listbox 3 columns (A1:B100 & E1:E100). On can I
[quoted text clipped - 3 lines]
>
> François