View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ranswrt ranswrt is offline
external usenet poster
 
Posts: 191
Default Listbox Column help

I have two questions:
I am adding items to a multicolumn listbox using an array (listbox1.list() =
array). How do I add column heads when building a listbox this way?
and
How do I format each column for currency and horizontal alignment?

Thanks