Dear All,
I am using the coding below to send the current file to an email address, everytime I send the email, I get a virus warning type message, is there another way to send the current file as an attachment to somebody, so I dont get the message appearing.
Also is there anyway to add say 1 line of text in the message as well.
Sub sendfile()
ActiveWorkbook.SendMail "email address", "Subject Line", Null
End Sub
Thanks in advance.
I am using the coding below to send the current file to an email address, everytime I send the email, I get a virus warning type message, is there another way to send the current file as an attachment to somebody, so I dont get the message appearing.
Also is there anyway to add say 1 line of text in the message as well.
Sub sendfile()
ActiveWorkbook.SendMail "email address", "Subject Line", Null
End Sub
Thanks in advance.