T thomas donino Sep 11, 2009 #1 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
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
G Gary''s Student Sep 11, 2009 #3 From the Recorder: Sub Macro1() ' ' Macro1 Macro ' Macro recorded 9/11/2009 by James Ravenswood ' ' Selection.NumberFormat = "[$€-2] #,##0.00" End Sub
From the Recorder: Sub Macro1() ' ' Macro1 Macro ' Macro recorded 9/11/2009 by James Ravenswood ' ' Selection.NumberFormat = "[$€-2] #,##0.00" End Sub