This code:
does a decent job aligning the output to a column in a list box.![]()
.List(.ListCount - 1, 3) = Format(Format(myNewArray(i, 13), "###,##0.00"), "@@@@@@@@@@@@@")
I would like to be able to change the color of the string to red for a negative number.
Bookmarks