View Single Post
 
Old 10-16-2015, 01:52 AM
PRA007's Avatar
PRA007 PRA007 is offline Windows 7 32bit Office 2010 32bit
Competent Performer
 
Join Date: Dec 2014
Location: Ahmedabad, Gujrat, India
Posts: 145
PRA007 is on a distinguished road
Default Find Multiple Wildcard string and Highlight

I want to highlight two identical string if present in word document to be highlighed

For example in my word table there are somuch data with some patent numbers
I would like to find the duplicate patent numbers and want to highlight

Specific example

I have string like this

1. WO 12345 A1
2. US 12345 A2
3. EP 12345 A1
4. WO 12345 A1
5. WO 12345 A3
6. US 12345 A2

Note that above strings are distributed in tables with other data

I want to highlight strings which have [A-Z]{2} [0-9]{4,} duplicate.
Reply With Quote