Insert records into outlook from Excel.
Thanks Michael , acctually I'm calling Outlook from word for sending the
documnets
and it works fine. Now I'm looking for a way to open Outlook contacts email
address list in word. Now I have to type the email address in a text box
inorder to use it in the code for sending the email to a proper person but i
want to know if there is a way to open Outlook email address dialogbox in
word?
--
Best regards,
Edward
"Michael Bauer [MVP - Outlook]" wrote:
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?
|