Hallo,
I am trying to convert string cell in excel into a double format.
I tried several approaches:
- by using CDbl function - it is not working:
2.by using Double.Parse function - not working as well
3.by using Double.Parse(o, System.Globalization.CultureInfo.InvariantCulture) - I am getting the same error message: Input string was not in a correct format
I don´t have any more ideas, how to solve this one. Help please!
I am attaching bot at test .xslx file.
StrToDbl.xaml (8.8 KB) StrToDbl.xlsx (8.5 KB)
Thanks!
2 posts - 2 participants