View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Format columns in a ListBox?


Hi Soniya

You can align all the columns of a ListBox with the TextAlign property, but you can't specify different alignments by
column.


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Soniya" wrote in message ...
Hi all,

Is it possible to format (alignment) of columns in a list
box?

we can assign column width, same way can we adjust
alignment too?

I have four column in a listbox like:
Heading, amount, date, remarks.

i would like to get the amount column right aligned,
heading left and others centre?

TIA
Soniya