I am using Microsoft Office 2000. In an Access form, I wan to email an Excel file. Here is the code I used...
DoCmd.SendObject acSendNoObject, "U:\Filepath\EcxelSheet.xls", , , , , "email subject"
When it runs, a new Outlook email message pops up, but no object is attached. That is because of the SendNoObject...I think.
Any suggestions?
TIA
DoCmd.SendObject acSendNoObject, "U:\Filepath\EcxelSheet.xls", , , , , "email subject"
When it runs, a new Outlook email message pops up, but no object is attached. That is because of the SendNoObject...I think.
Any suggestions?
TIA