View Single Post
  #2   Report Post  
Dian D. Chapman, MVP
 
Posts: n/a
Default

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


On Tue, 19 Apr 2005 10:59:02 -0700, "emilydoggy"
wrote:

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

How do I eliminate duplicate entries?