Share via

Aplicação para detecção de frases duplicadas num documento do Word

2026-05-04T10:40:17.8966667+00:00

Aplicação para detecção de frases duplicadas num documento do Word?

Microsoft 365 and Office | Word | For home | Windows
0 comments No comments

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Jay Freedman 207.6K Reputation points Volunteer Moderator
    2026-05-04T11:55:57.84+00:00

    There are two articles on the Word MVP website that contain macros for deleting duplicate paragraphs (not sentences or phrases) within the active document:

    Delete duplicate paragraphs using a Range object
    https://wordmvp.com/FAQs/MacrosVBA/DeleteParaRnge.htm
    Delete duplicate paragraphs using a Selection object
    https://wordmvp.com/FAQs/MacrosVBA/DeleteParaSel.htm

    They differ only in the technical detail that the first one uses a Range object and the second one uses the Selection object. The Selection is visible on the screen, while a Range object is not visible.

    The macros both assume that the duplicate paragraph occurs immediately after the first one, which is probably not what you are looking for. Finding a duplicate that occurs later in the document would require a slightly more complicated code. Also, both of the macros immediately delete the duplicates, and don't pause to let you see what was found. That could be modified as well.

    Was this answer helpful?

    0 comments No comments

  3. Q&A Assist
    2026-05-04T10:40:33.1333333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Only the similarity checker in Word is documented for detecting text that matches online sources, not for detecting duplicated sentences inside a single document.

    To use the similarity checker in Word for Microsoft 365, Word for Microsoft 365 for Mac, or Word for the web:

    1. Open the document in Word.
    2. On the Home tab, select Editor.
    3. In the Editor pane, scroll down to Similarity and select Check for similarity.
    4. After the check completes, Word shows the percentage of content that matches online text and the number of passages found.
    5. Select Similarities reviewed to go through each passage and, if needed, insert citations or ignore specific matches.

    This feature is intended for checking similarity to online sources rather than internal duplicates, but it is the only similarity-detection functionality described in the available documentation.


    References:

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.