Hello everyone,

I am using the following code to remove all spaces within a worksheet.
HTML Code: 
This works for the spaces, but for some reason all my numbers in that sheet get multiplied by 1000.

I thnk this may be some kind of reformatting.

The rest of the code is the following
HTML Code: 
So I am importing a source txt file with a number 3,77E3. This is then, after copying, 3,77E3. But after running the replace-spaces-code this turns into 3,77E6.

Anybody have an idea as to why and how I can fix this?