Add text to body

  • Thread starter Thread starter Lp12
  • Start date Start date
L

Lp12

Hi All,
I'm looking for a way to add specific text to wherever the cursor is inside
a body of an email, as a macro that the user will run upon request.
Thanks a lot in advance
 
If you use Word as email editor, you may use the Word object model for that.
In that case the Application.ActiveInspector.WordEditor property returns a
Word.Document object.

If you don't, then use Redemption from www.dimastr.com, the site also has
examples for how to use the SafeInspector.PlainTextEditor.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Tue, 23 Sep 2008 23:01:01 -0700 schrieb Lp12:
 
Back
Top