Hi,
I'm using Excel 2013. I'm looking for a vb macro solution.
I want to find all alphabets (a-z) in a column & replace it with something else. Instead of using Selection.Replace What:="a", Replacement:="something else", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False 26...