View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Martin Paul Martin is offline
external usenet poster
 
Posts: 114
Default Populate 2-column ListBox with 2 non-contiguous columns

Hi guys

I would like to populate a 2-column ListBox with 2 non-contiguous
columns. I know how to do this by looping through the two column
arrays, but am wondering if there's a way of assigning each column
array to the ListBox.Column [or other] property (without looping).

Thanks in advance

Paul Martin
Melbourne, Australia