G
Guest
Hi, I have the following code:
With Application.Dialogs(xlDialogSendMail)
.Show
.To = "(e-mail address removed)"
.Subject = "New Set-Up required"
.Body = "Please attach additional documents if appropriate and send the
email as normal."
.Attachments.Add ActiveWorkbook.FullName
End With
But the To, Subject and Body fields do not populate with the fields that I
have specified. I am very new to this so any suggestions would help hugely!!
Many thanks
Jas
With Application.Dialogs(xlDialogSendMail)
.Show
.To = "(e-mail address removed)"
.Subject = "New Set-Up required"
.Body = "Please attach additional documents if appropriate and send the
email as normal."
.Attachments.Add ActiveWorkbook.FullName
End With
But the To, Subject and Body fields do not populate with the fields that I
have specified. I am very new to this so any suggestions would help hugely!!
Many thanks
Jas