T
trevorC via AccessMonster.com
Hi All,
I am trying to automate setting up an excel report based on access data, this
is done from access using automation. I use the code below to get Outlook to
continue and automatically send the email, without sendkeys it waits for the
user to select continue.
(Trimmed)
With MailOutLook
.To =
.Subject = "Weekly Status Report"
.Attachments.Add gg
.Body = "Please find attached the weekly report
SendKeys "%{ENTER}", True
End With
How can i use this same method to delete an excel sheet using access without
getting the message about the sheets may not be blank.
All help is appriciated
Regards
Trevor
I am trying to automate setting up an excel report based on access data, this
is done from access using automation. I use the code below to get Outlook to
continue and automatically send the email, without sendkeys it waits for the
user to select continue.
(Trimmed)
With MailOutLook
.To =
.Subject = "Weekly Status Report"
.Attachments.Add gg
.Body = "Please find attached the weekly report
SendKeys "%{ENTER}", True
End With
How can i use this same method to delete an excel sheet using access without
getting the message about the sheets may not be blank.
All help is appriciated
Regards
Trevor