Hi Guys!
I would like to make the following question: I have a command button on a sheet from which after you click on it sends an email including the workbook as an attachment. I would like to know if there is any possibility to send the e-mail without the attachment.
Here is the code that I am using:
I would like to make the following question: I have a command button on a sheet from which after you click on it sends an email including the workbook as an attachment. I would like to know if there is any possibility to send the e-mail without the attachment.
Here is the code that I am using:
Code:
[/FONT]
[FONT=Calibri]Private Sub CommandButton1_Click()[/FONT]
[FONT=Calibri]Dim EmailAddress As String[/FONT]
[FONT=Calibri]'Application.Dialogs(xlDialogSendMail).Show "romina.paola.daniele@hotmail.com", "Opcion 1"[/FONT]
[FONT=Calibri]Application.Dialogs(xlDialogSendMail).Show "romina.paola.daniele@hotmail.com", "Voto Opcion 1"[/FONT]
[FONT=Calibri]End Sub[/FONT]
[FONT=Calibri]