Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE to Word Macro
Message
 
 
À
20/08/1998 16:38:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00128624
Message ID:
00128641
Vues:
23
>Does anyone know how to call a macro in Word from VFP VIA OLE
>
>Thanks..

Take a look at the Run method of Word.Application
Notice how you can run a macro from a particular module from a particular Template (DOT):

Application.Run("Normal.Module1.MAIN")
Application.Run("MyProject.MyModule.MyProcedure")
Rick Hodder
MCP Visual Foxpro
C#, VB.NET Developer
Independent Consultant
www.RickHodder.com
MyBlog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform