Hi, I need to retreive a decimal number from one excel file and need to transfert it to another. If I store it in a string variable. the separator of the decimal that I get in the 2nd file is dot while in the original file is a comma. I need the original separator (comma) because otherwise Excel doesn't want to perform calculations.
I tried to store the original value in a number variable, but then the number variable doesn't appear as an option in the Set excell cell action.
Thanks