I am using the following to replace text strings in a selection but I need to use the Lookin:=xlValues but it doesn;t seem to like it
Is there an option to look in values only as the default seems to be formulas?
Code:
Selection.Replace What:="*H*", Replacement:="", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _
ReplaceFormat:=False