Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.tables
Kanoknuan
 
Posts: n/a
Default Formating tables

Hi all,

I have a rather large document (6MB) with several tables in it.

The tables are not setup uniformly, and some tables start at (indent) the
half of the page.

I would like to setup ALL the tables in one pass at a fixed height, no
indents, no spacing in the cell's, and some other settings.

Can anybody give me a hint how to do this?

TIA

Kanoknuan.


  #2   Report Post  
Posted to microsoft.public.word.tables
Doug Robbins - Word MVP
 
Posts: n/a
Default Formating tables

Maybe a macro something along these lines:

Dim atable As Table, i As Long
For Each atable In ActiveDocument.Tables
With atable.Range
For i = 1 To .Paragraphs.Count
With .Paragraphs(i).Range.ParagraphFormat
.FirstLineIndent = 0
.LeftIndent = 0
.RightIndent = 0
.SpaceBefore = 0
.SpaceAfter = 0
.Alignment = wdAlignParagraphLeft
End With
Next i
End With
Next atable


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Kanoknuan" wrote in message
...
Hi all,

I have a rather large document (6MB) with several tables in it.

The tables are not setup uniformly, and some tables start at (indent) the
half of the page.

I would like to setup ALL the tables in one pass at a fixed height, no
indents, no spacing in the cell's, and some other settings.

Can anybody give me a hint how to do this?

TIA

Kanoknuan.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing format of multiple pre-created tables Wendy Microsoft Word Help 2 September 14th 05 08:55 AM
When joining tables, table sections shift left or right. JEB01 Tables 1 January 17th 05 08:57 PM
Merging tables in Word 2003 JoanN Microsoft Word Help 3 December 21st 04 07:35 PM
Is there a way to "join" tables in Word 2003? Julian Turner Tables 3 October 28th 04 06:51 PM


All times are GMT +1. The time now is 12:43 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"