Part of a program I'm developing works out the tax from an amount input by the user. The results are then placed in 3 ListBoxes, Amount, Tax and Amount+Tax. I would like to print out the results of these ListBoxes on one page in 3 adjacent columns, preferably with their corresponding 3 headings - Amount, Tax And Amount+Tax. Any ideas?