Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word GoTo Parameters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00460598
Message ID:
00460609
Vues:
6
>>I am getting an error on the following line of code. Are there other parameters I have to include? These were the only one given by the Word macro recorder. TIA!
>>
>>oWord.Selection.GoTo(wdGoToBookmark, "Section_I_Table")
>
>The Word help file shows four parameters, all of which are optional, in the format: expression.GoTo(What, Which, Count, Name). It says that the "what" parameter may be one of a number of constants such as wdGoToBookmark, which you've defined, I assume. Do a search on your hard drive for vbawrd9.chm (for Office 2000).

I beleive your syntax is wrong:
Selection.GoTo(What:=wdGoToBookmark, Which:="Section_I_Table")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform