Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.tables
Robin Robin is offline
external usenet poster
 
Posts: 112
Default margins of tables

Thanks Helmut
I eventually inserted a page-break at the problem row, inserted the required
amount of rows in the top table and copied the rows in the bottom table into
the top table (does this make sense?). Your help is greatly appreciated.
Rob

"Helmut Weber" wrote:

Ha....

with Word _2003_ and a 10 times 20 table,
after the second run,
the table is uniform.

Sub Test9809()
Dim oCll As Cell
Dim oTbl As Table
Dim lRow As Long
Dim lClm As Long
Set oTbl = ActiveDocument.Tables(1)
For lClm = 1 To oTbl.Columns.Count
For lRow = 1 To oTbl.Rows.Count
oTbl.Cell(lRow, lClm).Select
Selection.Cells(1).Width = 30
Next
Next
MsgBox oTbl.Uniform
End Sub


Ja.

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"


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
Auto-numbering bug in tables - Word 2003 mtnbutterfli Tables 2 June 22nd 06 01:10 PM
How do i keep tables imported from excel inside the the margins? nogibear Microsoft Word Help 2 May 17th 06 10:00 PM
Changing format of multiple pre-created tables Wendy Microsoft Word Help 2 September 14th 05 08:55 AM
Column margins in tables cmansbridge Tables 3 August 10th 05 12:26 PM
When joining tables, table sections shift left or right. JEB01 Tables 1 January 17th 05 07:57 PM


All times are GMT +1. The time now is 07:19 AM.

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"