getting rid of $ in currency datatype

linger

New Member
Joined
Mar 26, 2003
Messages
21
hi there,

how do you get rid of the $ sign in the control box when you use the currency datatype?

yiling
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Have you tried using a custom format in the Format line? Something like...

#,##0.00;[Red](#,##0.00)

That will give you 2 decimal places, a thousands separator, no currency symbol, and negative values will be red and in parentheses.

You'll need to go into the Properties of the control (presumably on a form), select the Format tab, and place the above notation in the Format line

HTH

Denis
 
Upvote 0
thanks... that expression in the format did the trick for the form.

how about the table? i tried converting the currency to decimal type but the table would not save. it said i had too many field entries even though i only had 4 entries. my original table has abut a hundred entries. is there any other way to save my data input into the table without using currency?

ling
 
Upvote 0
If the numbers are financial, Currency is the way to go. By default that is a decimal data type; Long, Single and Double are binary and may cause you problems (unless you need to go over 1,000,000,000,000,000 :wink: )

If you create the same custom format for the field in the table, it shoudl work fine.

Regards

Denis
 
Upvote 0
Thank YOU!!!! You're a life saver. Those $ signs were driving me crazy!! What would I do without someone like you? :biggrin:

yiling
 
Upvote 0

Forum statistics

Threads
1,221,574
Messages
6,160,602
Members
451,657
Latest member
Ang24

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