Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Tables / October 2004

Tip: Looking for answers? Try searching our database.

Is there a way to "join" tables in Word 2003?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Loretta - 22 Oct 2004 23:49 GMT
I have a form that I used OCR on first...now I need to make a few seperate
small tables (same size) ONE table...does anyone know if that possible?
Suzanne S. Barnhill - 23 Oct 2004 00:06 GMT
In general, removing any empty paragraphs between the tables should suffice.
Make sure the tables are not wrapped (wrapping is set to None).

Signature

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

> I have a form that I used OCR on first...now I need to make a few seperate
> small tables (same size) ONE table...does anyone know if that possible?
Julian Turner - 26 Oct 2004 14:47 GMT
I have found that this does not work in Word XP (so I assume 2003).

After Word 97 or 2000, tables now seem to be treated as separate floating
objects, and so do not form part of the normal document flow as they did in
Word 97.  This means that removing paragraphs does not work, and it feels
like a retrograde development.  Is there any way of adjusting Word XP/2003 to
stop tables being treaded like floating elements, and go back to the more
intuitive Word 97 approach.

Also, converting tables from XP to 97 is a disaster, as they are all
inserted in Frames.

> In general, removing any empty paragraphs between the tables should suffice.
> Make sure the tables are not wrapped (wrapping is set to None).
>
> > I have a form that I used OCR on first...now I need to make a few seperate
> > small tables (same size) ONE table...does anyone know if that possible?
Suzanne S. Barnhill - 26 Oct 2004 18:07 GMT
Tables should not be wrapped (and therefore should not be converted to
framed tables in Word 97) unless the user has so specified. But (a) it's all
too easy to nudge a table the least bit (using the table handle) in Print
Layout view, thereby making it wrapped (working in Normal view is therefore
safer), and (b) tables imported from the Web are an entirely different
animal.

Signature

Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

> I have found that this does not work in Word XP (so I assume 2003).
>
[quoted text clipped - 13 lines]
> > > I have a form that I used OCR on first...now I need to make a few seperate
> > > small tables (same size) ONE table...does anyone know if that possible?
Klaus Linke - 26 Oct 2004 21:12 GMT
Hi Loretta,

OCR programs create weird documents, too.
Wouldn't surprise me at all if they create floating tables.

You should be able to turn them into "inline" tables with the macro below.
They will likely move around though, so you may need to do a bit of editing
to make the document look nice again.

Dim myTable As Table
For Each myTable In ActiveDocument.Tables
 myTable.Rows.WrapAroundText = False
Next myTable

(See http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm for help on
macros)

Regards,
Klaus

> Tables should not be wrapped (and therefore should not be
> converted to framed tables in Word 97) unless the user has so
[quoted text clipped - 3 lines]
> (b) tables imported from the Web are an entirely different
> animal.
Kind writer/user/programmer - 28 Oct 2004 18:51 GMT
....means the document text wraps around the table, not that the text in the
cell wraps? Oh boy...I hope they bring the ? back (what's this)...

> Hi Loretta,
>
[quoted text clipped - 23 lines]
> > (b) tables imported from the Web are an entirely different
> > animal.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.