Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Webmanoffesto

  1. Webmanoffesto

    Word Macro Find-Replace GROUP of words

    The message is: Run Time Error '5': Invalid Procedure call or argument
  2. Webmanoffesto

    Word Macro Find-Replace GROUP of words

    -------------- I found a link http://www.tech-archive.net/Archive/Word/microsoft.public.word.vba.general/2007-11/msg00613.html Which has Dim wrdRef As String Dim wrdPara As Paragraph .... For Each wrdPara In docRef.Paragraphs wrdRef = wrdPara.Range.Text ' remove the paragraph mark: wrdRef =...
  3. Webmanoffesto

    Word Macro Find-Replace GROUP of words

    Hi, I want to modify the below macro from "find and replace word" to "find and replace group of words" Right now if checklist.doc contains "house on fire" it highlights every instance of "house", "on" and "fire" I want it to only highlight "house on fire" How can I do that? source...

Part and Inventory Search

Back
Top