Can anyone help me... I have a form with drop down boxes for month, day, year, hour, and minute. I want a user to be able to set a time for the Application.OnTime also I want to use outlook to send a e-mail at the set time
.To = Form1.Totxt.Text
.CC = Form1.Cctxt.Text
.Subject = Form1.Subjetxt.Text
.Body = Form1.Bodytxt.Text
.Display
End ?
I don’t know if this will work but can someone give me the code that will... I need an e-mail sent at a certain time I posted earlier on this subject and didn’t get the answer I was looking for... I am new to vba and I would like to learn so if anyone can help me out here it would be greatly appreciated
Thank in advance
Paul
![Cool :cool: :cool:](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
.To = Form1.Totxt.Text
.CC = Form1.Cctxt.Text
.Subject = Form1.Subjetxt.Text
.Body = Form1.Bodytxt.Text
.Display
End ?
I don’t know if this will work but can someone give me the code that will... I need an e-mail sent at a certain time I posted earlier on this subject and didn’t get the answer I was looking for... I am new to vba and I would like to learn so if anyone can help me out here it would be greatly appreciated
Thank in advance
Paul