Consulting

Results 1 to 3 of 3

Thread: Find and replace multiple words

  1. #1

    Find and replace multiple words

    Hi everybody,

    i would like a macro that will help me to find and replace some specified words in a document.

    Example: This is a new document, i want to replace this word with another word but i don't know how.

    find: new document ---> replace with: new paper
    find: another word ---> replace with: some parts


    so that the document will be:

    This is a new paper, i want to replace this word with some parts but i don't know how.


    Thanks

  2. #2
    To save re-inventing the wheel see
    Create a table with the replacement pairs and use the process to handle the files and folders.
    Graham Mayor - MS MVP (Word) 2002-2019
    Visit my web site for more programming tips and ready made processes
    http://www.gmayor.com

  3. #3
    Microsoft Word MVP 2003-2009 VBAX Guru gmaxey's Avatar
    Joined
    Sep 2005
    Posts
    3,357
    Location
    My VBA Find and Replace Add-In is tailored for this sort of thing: http://gregmaxey.mvps.org/word_tip_p...d_replace.html
    Greg

    Visit my website: http://gregmaxey.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •