View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martin SChukrazy Martin SChukrazy is offline
external usenet poster
 
Posts: 4
Default Need to add mutliple columns to a List Box

Hello
I am working on an excel form that contains a multiselect listbox. This
listbox needs to be populated from two different tables (a join on access)
and needs to display multiple fields. Apart from using tabs, is there a
better way to use the column(s) to display these fields individually
(programmatically)
The restriction is that i cannot use a temporary worksheet and load
them up from that worksheet (ie dataacess is a range on that sheet).


Thanks
Martin