Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert Word macro to code
Message
 
To
07/10/2008 17:12:28
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01353435
Message ID:
01353475
Views:
42
This message has been marked as the solution to the initial question of the thread.
>SWEET!!!!
>
>One last dumb question and you're on your way to that gold star!
>
>How do I tell it to close Word?
>
>A big fat thank you to you!!! :)
>
>Martha
FOR EACH oDoc IN oWord.Documents
     oDoc.Close(.f.)
ENDFOR
oWord.Quit()
oWord = NULL
if I remember correctly :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform