View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stefano Gatto Stefano Gatto is offline
external usenet poster
 
Posts: 59
Default Can I right-align numbers in a Excel's VBA listbox

As Excel itself does it by default in worksheet cells, I would like to align
text to the left and numbers to the right, in the columns of the listboxes of
the application I'm writing with Excel's VBA.

Does any one know how this can be done (or if this is possible at all)?

Thank you and have a nice day.

Stefano Gatto