Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE to Word Macro
Message
 
 
To
20/08/1998 16:38:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00128624
Message ID:
00128641
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform