Posts by Dark Side • 11 points
1 post
- 
		1 votes1 answer57 viewsQ: Convert currency formats EUR->USA and USA->EUR in ExcelMy problem: Convert a Range Excel with currency format (USD) to (EUR) and vice versa. Format USD 123,456,789.00 Format EUR 123 456 789,00 I tried to encode a replacement in VBA but I am a beginner…