View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stefano Gatto Stefano Gatto is offline
external usenet poster
 
Posts: 59
Default How to right-align data in a column of a listbox?

When data is inserted into a listbox using .Additem or .List or .Column it's
always aligned to the left. Does anyone know any property so it aligns to the
right?

Furthermore, can I mix left- and right-aligned columns in the same listbox?

Thank you

Stefano Gatto