Hello, I have problem with vba replacement function, could someone help me please? I couldn't find solution so far..
basically I need to do CTRL+H with vba code, so I recorded it, got this code:
Columns("BS:BS").Select
Selection.Replace What:="uvod=", Replacement:="=", LookAt:=xlPart, _...