Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigating in a word Document.
Message
 
To
13/09/2002 14:26:17
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00700255
Message ID:
00700305
Views:
8
Use:

.Selection.MoveDown( , 1)
or just
.Selection.MoveDown()
because 1 is default.

>Ok another question. If I create a table in a word document with automation. How do I move from the right most column to the next row.
>
>.Selection.MoveDown(1) does not work
>
>Jim
>
>>Instead use
>>oWord.Selection.InsertBreak
>>
>>>Yuri,
>>>
>>> Thanks for the response. My next question is how do I insert a page break without deleting any existing text. The code that does this is below.
>>>oWord.Selection.EndKey(6)
>>>oWord.ActiveDocument.Range.InsertBreak
>>>
>>>>>Hello,
>>>>>
>>>>> How do I get to the bottom of a word document using automation?
>>>>
>>>>oWord.Selection.EndKey(6)
Previous
Reply
Map
View

Click here to load this message in the networking platform