Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Hi!
I changed my page setup (smaller margins) and found that all my tables kept their original (unspecified) width, while i want them all to be 100%. Is there a quick way to change all the tables' width at once?? Thx |
#2
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
Hi Stoffel,
I changed my page setup (smaller margins) and found that all my tables kept their original (unspecified) width, while i want them all to be 100%. Is there a quick way to change all the tables' width at once?? Depends on which version of Word you have? Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
#3
![]()
Posted to microsoft.public.word.tables
|
|||
|
|||
![]()
See:
How can I resize a table to fit the page's width? http://word.mvps.org/faqs/tblsfldsfm...ableToPage.htm The macro for Word 2000 and later presented in the article: Selection.Tables(1).PreferredWidthType = wdPreferredWidthPercent Selection.Tables(1).PreferredWidth = 100 can be modified to affect all tables: Dim t As Table For Each t In ActiveDocument.Tables t.PreferredWidthType = wdPreferredWidthPercent t.PreferredWidth = 100 Next t -- Stefan Blom Microsoft Word MVP "stoffel" wrote in message ps.com... Hi! I changed my page setup (smaller margins) and found that all my tables kept their original (unspecified) width, while i want them all to be 100%. Is there a quick way to change all the tables' width at once?? Thx |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mail merge and long tables | Mailmerge | |||
Incorrect Page Numbers in a Table of Contents | Microsoft Word Help | |||
Table of contents numbering not consistent with page numbering format | Tables | |||
Locking Table to Specific Page...again | Microsoft Word Help | |||
Page numbers | Microsoft Word Help |