View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] excelproblem@yahoo.com is offline
external usenet poster
 
Posts: 1
Default Format changing to General

Hi,
I formated a cell to accounting with $ symbol. If I enter number it
displayes correctly. If I enter number with $ sign then the format
changes to General. Does anybody knows how to prevent this?

i.e.
If I enter "56.89" in the cell it displays as "$ 56.89".
If I enter "$56.89" in the cell it displays as "$56.89 " and cell
format changes to "General".

TIA