right justify number column within listbox

G

George

Hello everybody,

Is there a way to right justify a column within a listbox containing number
type data?

thanks in advance, George.
 
S

Stuart McCall

George said:
Hello everybody,

Is there a way to right justify a column within a listbox containing
number
type data?

thanks in advance, George.

There's no built-in way, but I have a (rather kludgey) method which
calculates the number of "left padding" spaces to insert. Let me know if
you'd like to try it..
 
Top