J
Jason Krug
Hello-
I have been working on a mailmerge.
I had the format working, but missed some functionality.
I now have VB script that provides the functionality, but I have now lost
the formatting!
The content copy line (.Body = ActiveDocument.Content) looses all formatting
in the email body. Not only did I have BOLD and COLORED font, but I had a
Word TABLE of data. That table is lost and the data is just listed as text.
Is there a way to PRESERVE formatting in the body of the message? (having the
formatted text as an attachment is not an option)
To create the email, the VB script uses:
Source.Sections.First.Range.Cut
Documents.Add
Selection.Paste
.Subject = mysubject
.Body = ActiveDocument.Content
Any suggestions!
I have a document of merged emails that I want to send one, at a time, to
the email recepients.
Thank you,
--Jason
I have been working on a mailmerge.
I had the format working, but missed some functionality.
I now have VB script that provides the functionality, but I have now lost
the formatting!
The content copy line (.Body = ActiveDocument.Content) looses all formatting
in the email body. Not only did I have BOLD and COLORED font, but I had a
Word TABLE of data. That table is lost and the data is just listed as text.
Is there a way to PRESERVE formatting in the body of the message? (having the
formatted text as an attachment is not an option)
To create the email, the VB script uses:
Source.Sections.First.Range.Cut
Documents.Add
Selection.Paste
.Subject = mysubject
.Body = ActiveDocument.Content
Any suggestions!
I have a document of merged emails that I want to send one, at a time, to
the email recepients.
Thank you,
--Jason