P
Paula
I send email through Word creating an outllok.object and i put as body this
routine
Open txtFile For Input As #1
Do While Not EOF(1)
Line Input #1, cTemp
ll = ll & cTemp & vbNewLine
Loop
Close #1
with objItem
.body = ll
....
end with
There is a way to use a saved messaged in drafts and reading it or copying
it
instead of this code?
tia, Paula
routine
Open txtFile For Input As #1
Do While Not EOF(1)
Line Input #1, cTemp
ll = ll & cTemp & vbNewLine
Loop
Close #1
with objItem
.body = ll
....
end with
There is a way to use a saved messaged in drafts and reading it or copying
it
instead of this code?
tia, Paula