Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE - Office'97
Message
De
24/08/1998 09:15:44
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
24/08/1998 08:44:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00129272
Message ID:
00129291
Vues:
13
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform