D Dave Mar 29, 2005 #1 Is there any preexisting format that has negative currency values shown with a hyphen instead of parenthesis? Thanks, -Dave
Is there any preexisting format that has negative currency values shown with a hyphen instead of parenthesis? Thanks, -Dave
H Herfried K. Wagner [MVP] Mar 29, 2005 #2 Dave said: Is there any preexisting format that has negative currency values shown with a hyphen instead of parenthesis? Thanks, Click to expand... Mhm... On my German system 'String.Format("{0:c}", -1000) yields "-€ 1.000,00" ;-).
Dave said: Is there any preexisting format that has negative currency values shown with a hyphen instead of parenthesis? Thanks, Click to expand... Mhm... On my German system 'String.Format("{0:c}", -1000) yields "-€ 1.000,00" ;-).