using the format function in vb6 always format the numbers left justified
I want to print a column of numbers formated but right justified
Please help

If you want to use like 1,000,000.00 then you can use

Text1.Text = Format(#,##0.00)

Hope this helps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.