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 / September 2009

Tip: Looking for answers? Try searching our database.

Word 2000 Table Not Splitting Between Pages

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lori - 28 Sep 2009 21:37 GMT
A client sends us .doc files that are created in 2002/2003 with large tables.
When viewing the docs in Word 2002 or later the tables split nicely between
the pages.  When viewing the docs in Word 2000 it doesn't get split up & runs
off the end of a single page.  I found that if I go to Table Properties & set
Text Wrapping to None the table then splits perfectly!  Is there any way I
can make that a global default vs changing the setting per document?

Thank you in advance for your time & help!
Lene Fredborg - 29 Sep 2009 00:15 GMT
By default, tables are inserted with text wrapping ”None” but this will not
change the wrapping style applied to existing tables.

You could use a macro to change all tables in a document to wrapping style
“None”:

Sub AllTabels_NoWrap()
   Dim oTable As Table
   
   For Each oTable In ActiveDocument.Tables
       oTable.Rows.WrapAroundText = False
   Next oTable
End Sub

If you need help on installing a macro, see:
http://word.mvps.org/faqs/macrosvba/CreateAMacro.htm

Signature

Regards
Lene Fredborg - Microsoft MVP (Word)
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word

> A client sends us .doc files that are created in 2002/2003 with large tables.
>  When viewing the docs in Word 2002 or later the tables split nicely between
[quoted text clipped - 4 lines]
>
> Thank you in advance for your time & help!
Lori - 29 Sep 2009 13:31 GMT
Thank you for the tip AND the push in the right direction on how to install
the macro.  You KNOW that would've been my next question. ;)  

Thanks again....!

> By default, tables are inserted with text wrapping ”None” but this will not
> change the wrapping style applied to existing tables.
[quoted text clipped - 21 lines]
> >
> > Thank you in advance for your time & help!
Lene Fredborg - 29 Sep 2009 14:04 GMT
You are welcome. I am glad I could help.

Signature

Regards
Lene Fredborg - Microsoft MVP (Word)
DocTools - Denmark
www.thedoctools.com
Document automation - add-ins, macros and templates for Microsoft Word

> Thank you for the tip AND the push in the right direction on how to install
> the macro.  You KNOW that would've been my next question. ;)  
[quoted text clipped - 26 lines]
> > >
> > > Thank you in advance for your time & help!
 
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



©2010 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.