How to save mailmerge output to arbitrary location as Word document

B

Ben Fidge

I've setup a small function to use the Mail Merge functionality in Word
2000. This works a treat.

I can't see any obvious way of saving the output/rendered document ot disk
programmaticaly at an arbitrary location.

Having called Document.Execute(...), how do I obtain a reference to the
resulting document so that I may use it's Save method?


Thanks

Ben
 
Top