Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word
Message
 
To
08/10/2001 13:32:20
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Re: Word
Miscellaneous
Thread ID:
00565591
Message ID:
00565595
Views:
20
>It puts the text into the next section instead of at the end of section 1.
>
>Any ideas ?
>
>
>oWord = CreateObject("Word.Application")
>oWord.visible = .t.
>oDocument = oWord.Documents.Add("Tap.dot")
>
>oRange = oDocument.Sections[1].Range
oRange.Collapse(wdCollapseEnd) && need to move to the end of the range
>oRange.InsertBefore("ABC"+chr(13))
>oRange.InsertAfter("XYZ")
Rip Ryness
International Falls, MN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform