View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default setting currency symbol in vba

From the Recorder:

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 9/11/2009 by James Ravenswood
'

'
Selection.NumberFormat = "[$‚¬-2] #,##0.00"
End Sub

--
Gary''s Student - gsnu200903


"thomas donino" wrote:

Using number formatting you can set a currency symbol in a cell
like below for the euro. How is it done in vba?

‚¬ 72.80