Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with formatting a table in Word97
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00430336
Message ID:
00430410
Vues:
11
Jim,

Thanks for the quick response. However, when I recorded the macro and then took a look at the generated code I got the following:

'
' Macro9 Macro
' Macro recorded 10/17/00 by David Martin
'
ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=9, NumColumns:= _
12
Selection.MoveRight Unit:=wdCharacter, Count:=12, Extend:=wdExtend
Selection.Cells.SetHeight RowHeight:=24, HeightRule:=wdRowHeightExactly
With Selection.Rows
.Alignment = wdAlignRowLeft
.AllowBreakAcrossPages = True
.SetLeftIndent LeftIndent:=InchesToPoints(0), RulerStyle:= _
wdAdjustNone
End With
End Sub

******************************
I am not for sure how to convert the syntax so that it works properly in VFP.

Any help with this would be much appreciated.

Dave :-)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform