Hi Everyone,
I have this bit of code that finds a word then removes other parts from the sentance in the cell, but I need it to find all of them not just one.
here is the code:
Sub Testit1()
Set rngX11 = ActiveSheet.Cells.Find("Structure", lookat:=xlPart)
rngX11.Replace What:=""""...