View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Right Justify List Box Entries

You would have to pad the data with spaces.

--
Regards,
Tom Ogilvy

"Dandog" wrote in message
...
I have a multi column list box that is filled through an array from my

code.

Several columns contain numerical data which I want right justified within
the column at the time I write the array. Does anyone have any idea how to

do
this?