Hello everybody.
I've a cell assuming different values. For example:
105,32 euro
Now, with regex I've removed the non numeric value in order to have
105,32
My code:
Dim replacement As Object, trunc As String
Set replacement = CreateObject("vbscript.regexp")...