Hi
We have created a work-around in excel to generate some updated data that we can copy from this sheet and paste directly into our cloud software. An issue that we discovered was some users have comma as seperator or decimal definer, whilst other use DOT. The DOT is how the cloud software write it's numbers, so pasting anything different results in invalid data and nothing works.
We decided to try and automate this, as we expect many users either don't want to changed their settings, or they simply don't understand how to...
I tried a simple formula like this: Range("A5:L10000").Replace What:=",", Replacement:="." But this does not work, when settings are using comma, it just won't change the "," to "." (if i use DOT as my settings, then this formula works fine, the problem is when comma is your setting)
Dr. Google did have many suggestions, but nothing that I could make work.
As an additional note, to test it on my machine I changed settings in Excel-Options-Advanced the decimal separator to be "," so I could try and test this locally.
I fear, if the issue is also possibly related to system settings, this could further complicate things.
Any comments and advice is much appreciated!
DrillPlan Operating Window NO SF_Final.xlsm
Bookmarks