Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm running a german Office, which means Decimal-Seperator is "," and Thousands-Seperator is "." and I want to convert Strings which are using "." and "," as Decimal- and Thousands-Separator to Numbers. For example I want to convert "25.000" to 25. I've tried Application.UseSystemSeparators = False Application.DecimalSeparator = "." Application.ThousandsSeparator = "," vDouble = CDbl("25.000") Application.DecimalSeparator = "," Application.ThousandsSeparator = "." Application.UseSystemSeparators = True but the result is 25000? Can anyone help? Regards, Rainer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
String formula conversion | Excel Discussion (Misc queries) | |||
string conversion problem | Excel Programming | |||
Simple String Conversion - HELP | Excel Programming | |||
Range < - String conversion. | Excel Programming | |||
String to Array Conversion | Excel Programming |