VBA code to merge 2 tables

S

supersub15

I have an authoring software that automatically creates a Word
document from text stored in a database. The software allows for VBA
code to be run while the Word document is being created.

Here's my problem:
In one instance, a table is being broken up in 2 pieces with 3
paragraph marks separating the 2 tables. I need the macro to remove
the paragraph marks, so that the 2 tables get merged. I have tried
researching this in here, but no luck.

Any help is appreciated.
 
Top