Guys,
i have a simple code:
With Rows("3")
.Replace What:=",", Replacement:="", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=True, SearchFormat:=False, _
ReplaceFormat:=False
End With
The goal is to change the regional settings. I want to get rid of ","...