Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE - Office'97
Message
From
24/08/1998 09:15:44
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
24/08/1998 08:44:24
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00129272
Message ID:
00129291
Views:
14
>For Word 6 we could use the following command to go to a BookmarkoWord=CREATEOBJ("Word.Basic")oWord.EditGoto(bookmark)As Office 97 uses VBA how can one go to a Bookmark as EditGoto dosen'twork.Thanks in AdvanceSonali
Sonali,
With word97 you can still use word.basic for going to bookmark :
oWord = createobject("word.application") && Word 97
with oWord
  .wordbasic.editbookmark("mybookmark",,,,1) && Word basic
  .Selection.Goto(-1,,,"myotherbookmark")    && VB goto bookmark   
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform