ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,738
- Office Version
- 2007
- Platform
- Windows
Morning.
On my userform im trying to format Textbox5 to show currency
I have tried the following but when i wish to type say £55.00 i see as i type £5.00 then £5.01
On my userform im trying to format Textbox5 to show currency
I have tried the following but when i wish to type say £55.00 i see as i type £5.00 then £5.01
VBA Code:
TextBox5 = Format(TextBox5, "£#,##0.00")