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.

Re: VBA code to merge 2 tables by supersub15

supersub15
Wed Feb 20 08:46:06 PST 2008

Never mind. Found the code in another post. Sorry for the trouble