K
kurt
Hi
I tried to put in the signature after I have made a mailtext in VBA ,
but the text is replaced by the signature
the code is like this
v=" Myletter text"
With OutMail
.to = "(e-mail address removed)"
.CC = ""
.BCC = ""
.Subject = "Subject text"
.body = v & Chr(13) & shell(" path\mydoc.htm")
end with
Anyone have a solution
regards
kurt
I tried to put in the signature after I have made a mailtext in VBA ,
but the text is replaced by the signature
the code is like this
v=" Myletter text"
With OutMail
.to = "(e-mail address removed)"
.CC = ""
.BCC = ""
.Subject = "Subject text"
.body = v & Chr(13) & shell(" path\mydoc.htm")
end with
Anyone have a solution
regards
kurt