Duplicate entries in MS Word Table

E

emilydoggy

I want to merge two tables created in Microsoft Word 2000.

How do I eliminate duplicate entries?
 
D

Dian D. Chapman, MVP

Well, you can write a VBA procedure that would compare the rows and/or
cells and delete and/or flag (color?) those rows that were dups so you
could deal with them.

Manually, just sort the table once merged and delete those rows you
don't want.

Dian D. Chapman, Technical Consultant
Microsoft MVP, MOS Certified
Editor/TechTrax Ezine

Free MS Tutorials: http://www.mousetrax.com/techtrax
Free Word eBook: http://www.mousetrax.com/books.html
Optimize your business docs: http://www.mousetrax.com/consulting
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html
 
K

Klaus Linke

This article by ibby has some code (and a link to a "wildcard replacements" article that shows how to remove duplicate *paragraphs* if you can turn the table into text without problems):
http://www.word.mvps.org/faqs/macrosvba/DeleteDupRows.htm

I guess you can sort the table? Else, you'd need to insert an extra column, number that, sort, delete duplicates, sort using the numbered column, and then delete that column again.

Regards,
Klaus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top