I am using a custom built 2D variant array to populate a ListBox on a user form.
One of the columns in the array stores Boolean data.
However when I output the array to the InputBox, the boolean column data displays as -1.
How do I set the format of the Boolean array column to show as TRUE/FALSE in the ListBox that is created?
(On a minor related note, I have a column of integers which I want to display as currency $##,###. How do I do this?)
Bookmarks