format a listbox

W

Walter

I have a 3 column listbox on a userform. Column two
contains one or two digits numeric data. Is it possible
to format column two right justified while the other
columns are left justified?

Any assistance is appreciated,

Walter
 
T

Tom Ogilvy

There are no options for doing this. If you want to build a padded string
and have a single column listbox, you may be successful doing that.
 
Top