I m trying to add - before the word "defined". Can somone help me how to go abt it.\? Sally
D Designingsally Aug 24, 2009 #1 I m trying to add - before the word "defined". Can somone help me how to go abt it.\? Sally
D DaveLett Aug 24, 2009 #2 You can do this many different ways, but this one's pretty easy: With ActiveDocument.Range .Text = Replace(.Text, " defined ", " -defined ") End With HTH, Dave
You can do this many different ways, but this one's pretty easy: With ActiveDocument.Range .Text = Replace(.Text, " defined ", " -defined ") End With HTH, Dave