B
Benoti
Hello,
I created this macro
==============================================
Sub Send_Form()
'
' Send_Form Macro
' Macro recorded 6/8/2004 by No One
'
info1 = Range("F5").Value
info2 = Range("F7").Value
info3 = Range("F9").Value
info4 = Range("F11").Value
ActiveWorkbook.SendMail "(e-mail address removed)", " " & info1
& " / Account no: " & info2 & " / Temp. no: " & info3
& " / Ported no: " & info4 & "."
'
End Sub
==============================================
It works fine. However, it sends the form as an
attachement. Is there a way for me to have it sent
directly in the e-mail (no need to open up a document)???
Thanks!!!
I created this macro
==============================================
Sub Send_Form()
'
' Send_Form Macro
' Macro recorded 6/8/2004 by No One
'
info1 = Range("F5").Value
info2 = Range("F7").Value
info3 = Range("F9").Value
info4 = Range("F11").Value
ActiveWorkbook.SendMail "(e-mail address removed)", " " & info1
& " / Account no: " & info2 & " / Temp. no: " & info3
& " / Ported no: " & info4 & "."
'
End Sub
==============================================
It works fine. However, it sends the form as an
attachement. Is there a way for me to have it sent
directly in the e-mail (no need to open up a document)???
Thanks!!!