I've become familiar with the SendObjects command to send an e-mail (which works perfectly). I created a function which I call and my line looks like:
SendEmail ("Checklist", "rlmbandit2001@yahoo.com", "", "", "", ""
which is formatted:
SendEmail(Rpt As String, TOAddresses As String, CCAddresses As String, BCAddresses As String, EMailSubject As String, EMailBody As String)
Now, what I would reallY LIKE to happen is to find out how to send multiple Reports to one e-mail address using the SendObjects command.
Anyone have an idea?
Thanks in Advance...
Roy McCafferty
aka BanditWk
Las Vegas, NV
"I do this because I know I can - no need to send gifts - just send me a smile to show me that I've helped." ~ seen on a cardboard sign held by Roy McCafferty on a corner in Las Vegas
SendEmail ("Checklist", "rlmbandit2001@yahoo.com", "", "", "", ""
which is formatted:
SendEmail(Rpt As String, TOAddresses As String, CCAddresses As String, BCAddresses As String, EMailSubject As String, EMailBody As String)
Now, what I would reallY LIKE to happen is to find out how to send multiple Reports to one e-mail address using the SendObjects command.
Anyone have an idea?
Thanks in Advance...
Roy McCafferty
aka BanditWk
Las Vegas, NV
"I do this because I know I can - no need to send gifts - just send me a smile to show me that I've helped." ~ seen on a cardboard sign held by Roy McCafferty on a corner in Las Vegas