MrMajik
IS-IT--Management
- Apr 2, 2002
- 267
I want MS Excel 2000 to automatically send me an e-mail with the Subject line being determined by the contents of a cell.
I have the code doing everything except:
1. Open Outlook Express
2. Fill in the Subject line
3. Send the e-mail.
All of this must be done by code because the computer will be running without a person in the area or assigned to do this.
I have used the DoCmd.SendObject function in MS Access XP but MS Office 2000 does not recognize it.
Is there a way to get MS Office 2000 to open Outlook Express, fill in the subject line and then send the email using VB code?
Thank you.
I have the code doing everything except:
1. Open Outlook Express
2. Fill in the Subject line
3. Send the e-mail.
All of this must be done by code because the computer will be running without a person in the area or assigned to do this.
I have used the DoCmd.SendObject function in MS Access XP but MS Office 2000 does not recognize it.
Is there a way to get MS Office 2000 to open Outlook Express, fill in the subject line and then send the email using VB code?
Thank you.