Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mail Merge
Message
From
06/06/2002 02:27:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Mail Merge
Miscellaneous
Thread ID:
00665280
Message ID:
00665280
Views:
63
I have a Word test.doc set up as a merge document with link to table (with 1 record only) for merge data. I can open the document using the code below:

loword=createobject("word.Application")
loword.visible=.T.
loword.documents.open("c:\ipletters\test.doc")

but would like to insert code to automatically merge the document as per a macro. Any suggestions?

Also: is the above code WordBasic? If so, where can I find a language lexicon?

Many thanks

Bob
Next
Reply
Map
View

Click here to load this message in the networking platform