Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.tables
associates associates is offline
external usenet poster
 
Posts: 45
Default trouble with setting paragraph spacing to a table

Hi,

I was trying to set the paragraph spacing before and after to 3 pt to a
table with 3 rows and 3 columns but with no success.

Here is the code
Selection.ParagraphFormat.Alignment = wdAlignParagraphCenter
ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=myRow,
NumColumns:= _
myCol, DefaultTableBehavior:=wdWord9TableBehavior, AutoFitBehavior:= _
wdAutoFitFixed

With Selection.Tables(1)
If .Style "Table Grid" Then
.Style = "Table Grid"
End If
.ApplyStyleHeadingRows = True
.ApplyStyleLastRow = True
.ApplyStyleFirstColumn = True
.ApplyStyleLastColumn = True
.Rows.Alignment = wdAlignRowCenter

With Selection.ParagraphFormat
.LeftIndent = CentimetersToPoints(0)
.RightIndent = CentimetersToPoints(0)
.SpaceBefore = 3
.SpaceBeforeAuto = False
.SpaceAfter = 3
.SpaceAfterAuto = False
.LineSpacingRule = wdLineSpaceSingle
.Alignment = wdAlignParagraphCenter
.WidowControl = True
.KeepWithNext = False
.KeepTogether = False
.PageBreakBefore = False
.NoLineNumber = False
.Hyphenation = True
.FirstLineIndent = CentimetersToPoints(0)
.OutlineLevel = wdOutlineLevelBodyText
.CharacterUnitLeftIndent = 0
.CharacterUnitRightIndent = 0
.CharacterUnitFirstLineIndent = 0
.LineUnitBefore = 0
.LineUnitAfter = 0
End With

What this code does is it only set the spacing to the first cell of the
table instead of applying it to the rest of the table. Not sure if it needs
some kind of loop to set all the cells with the same spacing paragraph.

Your help would be greatly appreciated.

Thank you in advance

  #2   Report Post  
Posted to microsoft.public.word.tables
associates associates is offline
external usenet poster
 
Posts: 45
Default trouble with setting paragraph spacing to a table

Hi agian,

It's fixed. Thanks for your time.



"Associates" wrote:

Hi,

I was trying to set the paragraph spacing before and after to 3 pt to a
table with 3 rows and 3 columns but with no success.

Here is the code
Selection.ParagraphFormat.Alignment = wdAlignParagraphCenter
ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=myRow,
NumColumns:= _
myCol, DefaultTableBehavior:=wdWord9TableBehavior, AutoFitBehavior:= _
wdAutoFitFixed

With Selection.Tables(1)
If .Style "Table Grid" Then
.Style = "Table Grid"
End If
.ApplyStyleHeadingRows = True
.ApplyStyleLastRow = True
.ApplyStyleFirstColumn = True
.ApplyStyleLastColumn = True
.Rows.Alignment = wdAlignRowCenter

With Selection.ParagraphFormat
.LeftIndent = CentimetersToPoints(0)
.RightIndent = CentimetersToPoints(0)
.SpaceBefore = 3
.SpaceBeforeAuto = False
.SpaceAfter = 3
.SpaceAfterAuto = False
.LineSpacingRule = wdLineSpaceSingle
.Alignment = wdAlignParagraphCenter
.WidowControl = True
.KeepWithNext = False
.KeepTogether = False
.PageBreakBefore = False
.NoLineNumber = False
.Hyphenation = True
.FirstLineIndent = CentimetersToPoints(0)
.OutlineLevel = wdOutlineLevelBodyText
.CharacterUnitLeftIndent = 0
.CharacterUnitRightIndent = 0
.CharacterUnitFirstLineIndent = 0
.LineUnitBefore = 0
.LineUnitAfter = 0
End With

What this code does is it only set the spacing to the first cell of the
table instead of applying it to the rest of the table. Not sure if it needs
some kind of loop to set all the cells with the same spacing paragraph.

Your help would be greatly appreciated.

Thank you in advance

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
Having trouble setting the font for a default table style A. K. DeGreeff Tables 0 August 19th 08 05:24 PM
paragraph spacing in a STYLE applies within the paragraph eric matschke Microsoft Word Help 5 January 3rd 06 10:16 PM
trouble with setting margins SVHS Teacher Tables 2 December 5th 05 07:43 PM
Im having trouble setting the =sum rich higgins Microsoft Word Help 1 May 25th 05 05:22 AM
WordPad paragraph spacing - Setting to zero Ferdinand Microsoft Word Help 1 May 20th 05 07:15 PM


All times are GMT +1. The time now is 01: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"