Hi All
I'm working with forms in VBA.
On my forms I have a textbox that shows (for eg) annual profits. This figure can become quite big. Can I display this output using a number format that uses a comma to separate multiples of 1000 (eg, 1,000,000,000 instead of 1000000000)
Freddy