Insert records into outlook from Excel.
As you already know Word's object model you might want to use that. Simply
ensure that Word is being used as mail editor (Outlook options), and then
the Word.Document object is available through the Inspector.WordEditor
property.
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6
Am Fri, 5 Oct 2007 13:28:00 -0700 schrieb Edward:
Thanks Michael, My specific question now is : In word when we want to
insert
a text after the third paragraph we can write:
Activedocument.paragrphs(3).range.insertafter "text"
what is the equivalent code in Outlook . I think placeholders are not a
good
option because the text i want to insert varies between 1 to 30
paragraphs(
project names inserting line after line). Any thoughts?
|