I am creating an Excel file that helps people to automatically process data. Within this sheet, there are numbers that have to be parsed (and converted to other units, etc. Simple calculations).
The numbers come in US format which means they look like:
0,000,000.00
In Germany, numbers are displayed like this:
0.000.000,00
In VBA, I actually don’t know, which localized Version of Excel is in use (German or English).
Question:
Is there an easy way to parse the US format numbers into data type Double regardless of the Excel localization, that is used by the user?
Some notes. I did not change locale to test.