Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with formatting a table in Word97
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00430336
Message ID:
00430410
Views:
10
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 :-)
Previous
Reply
Map
View

Click here to load this message in the networking platform