How to find and highlight duplicate paragraphs in word document | MS Word Bangla Tutorial

How to find and highlight duplicate paragraphs in word document | MS Word Bangla Tutorial

WATCH4LEARN

4 года назад

11,710 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@watch4learning
@watch4learning - 24.07.2019 20:36

If you have any problem, Please commet below...

Ответить
@zakirhossain1327
@zakirhossain1327 - 25.08.2023 08:59

What should I do for marking duplicate sentences instead of paragraphs?

Ответить
@muhammadarqamwaheed186
@muhammadarqamwaheed186 - 13.04.2023 00:57

thanks

Ответить
@meraz69
@meraz69 - 18.02.2023 12:55

ms word এ লিস্ট থেকে same word find out করার কোনো ব্যাবস্থা আছে

Ответить
@nokjhokkitchen2978
@nokjhokkitchen2978 - 18.09.2022 20:52

Sir you are telling right, but there is one mistake in your coding, which I found there are 2 brackets () missing one in (I), & second in (J), i got it from your video, now below coding is correct
Sub highlightdup ()
Dim I, J As Long
Dim xRngFind, xRng As Range
Dim xStrFind, xStr As String
Options.DefaultHighlightColorIndex = wdYellow
Application.ScreenUpdating = False
With ActiveDocument
For I = 1 To .Paragraphs.Count - 1
Set xRngFind = .Paragraphs (I).Range
If xRngFind.HighlightColorIndex <> wdYellow Then
For J = I + 1 To .Paragraphs.Count
Set xRng = .Paragraphs (J).Range
If xRngFind.Text = xRng.Text Then
xRngFind.HighlightColorIndex = wdBrightGreen
xRng.HighlightColorIndex = wdYellow
End If
Next
End If
Next
End With
End Sub

Ответить
@lindacockburn6093
@lindacockburn6093 - 12.09.2022 12:57

I have a document 100,000 words long. It has taken 4 hours and still going. It says Not Responding, yet in the Task Manager I can see a fluctuating use of the CPU for Word, and its around 16% - so it still appears to be working on it, but - is this too long?

Ответить
@ManjuDevi-zi5zs
@ManjuDevi-zi5zs - 12.06.2022 19:05

How to do this in google docs?

Ответить
@nusratanwar8339
@nusratanwar8339 - 17.05.2022 07:29

not worked

Ответить
@tabassumkhan-zw3hv
@tabassumkhan-zw3hv - 20.03.2022 10:11

Laptop hoche na

Ответить
@TrueLoveGamers
@TrueLoveGamers - 15.03.2022 13:03

Not Working

Ответить
@mirtaha2065
@mirtaha2065 - 05.09.2021 12:45

F11 doesn't work at my laptop. what to do

Ответить
@Adrinna_Ioannidou
@Adrinna_Ioannidou - 29.07.2021 11:06

It works as a charm! Thank you very much indeed!!!

Ответить
@mohibbullah8618
@mohibbullah8618 - 28.06.2021 12:35

Thanks Bro

Ответить
@okjii
@okjii - 04.05.2021 17:23

It's worked 😍

Ответить
@mdmukterhossain7050
@mdmukterhossain7050 - 21.12.2020 22:40

আমার একটি সমষ্যা হল আমার একটি ফাইল থেকে বার বার একই কপি করা হয়, এমন কোন পদ্ধতি কি আছে যা ডুবলিকেট ধরবে না, ফাইলটি একটি সেনটেন্স।

Ответить
@mdmukterhossain7050
@mdmukterhossain7050 - 21.12.2020 22:35

Fine problem solve

Ответить
@ravindrajoshi8991
@ravindrajoshi8991 - 09.08.2020 12:52

Sir its not working.... pl call 9373744544

Ответить
@sonalsingh556
@sonalsingh556 - 27.07.2020 20:37

Thanks a lot ,. It worked fantastically.
It helped me a lot......

Ответить
@saifanbinshakil7824
@saifanbinshakil7824 - 28.06.2020 17:55

It's worked, thanks vai!

Ответить