Full_Williams
Registered User.
- Local time
- Today, 03:32
- Joined
- Jul 2, 2002
- Messages
- 88
I'm sending an email from Outlook through MS Access VBA. Does anyone know if there's a way to specify the location of the attachment. Right now it's just poping up in the in the middle of the email text and the people with screen readers are having problems with it. If I can put it at the bottom of the page that would be perfect.
My code for the attachment is:
Set objOutlookAttach = .Attachments.Add(strFullName)
Any help is appreciated.
Thanks,
Full Williams
My code for the attachment is:
Set objOutlookAttach = .Attachments.Add(strFullName)
Any help is appreciated.
Thanks,
Full Williams