Thanks Dick,
That worked perfectly for inserting a signature saved in a txt file and is
certainly good enough to go with.
However when we created our signature file we also used some small pictures
to brand it, along with formatting the font a bit and the process has
therefore created txt, rtf and html files. The icing on the cake would be to
use the html file (or at least the rtf file) however when I substitute these
in the proceedure we end up with html mark up language in place of the
signature.
Any thoughts how to get round that?
> You can find the (outlook-)signature in:
> C:\Documents and Settings\" & Environ("username") & _
[quoted text clipped - 63 lines]
> >
> > End Sub
dick - 03 Dec 2006 14:19 GMT
See the helptext about HTMLBody .
.BodyFormat = olFormatHTML
.HTMLBody = "<HTML><H2>The body of this message will appear in
HTML.</H2><BODY>Enter the message text here. </BODY></HTML>"
(I can not try it at home, using OutlookExpress)

Signature
Dick
> Thanks Dick,
>
[quoted text clipped - 77 lines]
> > >
> > > End Sub