I have the following issue.
When I try to do :
cell.value=CStr(cell.value)
it works with numbers like 6,91. But when I try with numbers like 6,911 I get 6911 in return when I just want 6,911 instead. I'm using commas because I'm in Europe, I guess maybe VBA mixes it up with the American way of writing thousands with a comma.
Indeed, here I only want a decimal with 3 figures after the comma