Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have a 300 page document with a number of tables throughout. Not all of
them are positioned in the centre of the page on which they appear, I was wondering if anyone knew of a way to centre all tables at once rather than fiddling with each one! Thanks |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You can run this macro:
Sub CenterAllTablesInDocument() Dim t As Table For Each t In ActiveDocument.Tables t.Rows.Alignment = wdAlignRowCenter Next t End Sub If you need assistance, see http://www.gmayor.com/installing_macro.htm. -- Stefan Blom Microsoft Word MVP "Emma" wrote in message ... I have a 300 page document with a number of tables throughout. Not all of them are positioned in the centre of the page on which they appear, I was wondering if anyone knew of a way to centre all tables at once rather than fiddling with each one! Thanks |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Table of Figures/Tables - Approx. 200 of each in large document | Tables | |||
2003 -- Are *very* large tables still an issue | Tables | |||
Error processing large tables | Tables | |||
Error processing large tables | Tables | |||
Add "continued" in large Word tables that cross pages? | Tables |