Hi
Might be quite complicated but can I have a macro preparing to send the data as an attachment to the email but also as a table in the body of the email ?
I have this macro for the attached file
Sub Mail_Sheet()
Dim wPath As String, wFile As String, dam As Object
Dim wMail As String...