View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nader[_2_] Nader[_2_] is offline
external usenet poster
 
Posts: 19
Default Filling a Multi-Column Listbox

Hello.

I wrote a code to fill a mulit-colum Listbox but I'd like the user to be
able to move up and down the data.

With one a column ListBox it's pretty easy I only have to use AddItem with
the number row and automatically it push the data down.

But I can't find a way to do it with a multi-colum ListBox, could someone
please help me ?

Thanks in advance!

Nader