I\'m trying to copy paste numberic data from database to Excel. In the database the decimal separator is dot (.) and in my Excel the decimal separator is comma (,). Now when
Yeah, this is a real pain sometimes - my quick solution is to use cells formatted as text.
Here is how it works:
.
.
with ,
You can put this in some macro of course.
However, I think there might - or at least should be - a better solution.
But as a quickie, this works too ;)