format number in textbox user form

coolman

New Member
Joined
Nov 21, 2017
Messages
36
Hi

I am trying to convert the value calculate in the textbox to $0.00. However it could not work.

Are there anyone who can help me?

Below is my syntax

Me.Txtboxtotalamount.Value = Me.TxtBoxQuantity * Me.TxtBoxRate
'Me.Txtboxtotalamount.Text = Format(Me.Txtboxtotalamount, "$#,##0.00")
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
You are posting only two lines of vba so i can't figure out which event you use to fill Txtboxtotalamount, so please provide more info (more code).

I tested the code in a button_click event and it worked...
 
Last edited:
Upvote 0
If you are using a Userform, then your code works for me, once you remove the apostrophe from the 2nd line
 
Upvote 0

Forum statistics

Threads
1,215,465
Messages
6,124,982
Members
449,201
Latest member
Lunzwe73

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top