Looking for the method/lines of code to send a word 2000 mail merge document directly to an email address verses the printer or a document. I have this ..
WordDoc.EMail.Application.AddAddress( , '[email protected]')
WordDoc.MailMerge.Destination = 2
but does not work..
ANy help out there?
