Hi. I was wondering if there was a way to send an email without using the Send Object method for a macro. if you use the macro, you will get this warning: [imgnothumb]http://www.everythinga  ccess.com/images/SendEmailWarnin  g.gif[/imgnothumb]
I know in VB .NET you have to import an outlook object or w/e it is and then there were methods that allowed you to edit the To, CC, BCC, subject, etc
I was wondering if there is something similar in VBA to do that.
What i want to do is the following:
1) when user clicks "Send Email" button, it opens up MS Outlook
2) it attaches a report
3) fills out the subject
Thanks!
					I know in VB .NET you have to import an outlook object or w/e it is and then there were methods that allowed you to edit the To, CC, BCC, subject, etc
I was wondering if there is something similar in VBA to do that.
What i want to do is the following:
1) when user clicks "Send Email" button, it opens up MS Outlook
2) it attaches a report
3) fills out the subject
Thanks!
 
	
Comment