Hi all,
I'm attempting to create a button macro that stores emails in a specific 'job' folder. You select the job in a drop down list, the macro integrates with an email register in excel, saves it in there then saves the email...
Everything is working perfectly, except for the saving of the email itself, i keep getting the error:
Run-time error '-2147287038 (80030003)':
The operation failed.
The error isn't specific when de-bugged, and my code the the saving of the email is...
xItem.SaveAs ("C:\Documents and Settings\jdrawmer\Desktop\Putithere\5580\INPUT\" & txtJobNumber.Text & " " & txtEmailSubject.Text & ".msg")
I know xItem is working fine, as are the txtJobNumber and txtEmailSubject text boxes, as other properties of them, are being used in the code before it without problem. I just wanna know why, if its obvious or possible, that its not saving - and/ or a solution!
Thanks,
Jay
I'm attempting to create a button macro that stores emails in a specific 'job' folder. You select the job in a drop down list, the macro integrates with an email register in excel, saves it in there then saves the email...
Everything is working perfectly, except for the saving of the email itself, i keep getting the error:
Run-time error '-2147287038 (80030003)':
The operation failed.
The error isn't specific when de-bugged, and my code the the saving of the email is...
xItem.SaveAs ("C:\Documents and Settings\jdrawmer\Desktop\Putithere\5580\INPUT\" & txtJobNumber.Text & " " & txtEmailSubject.Text & ".msg")
I know xItem is working fine, as are the txtJobNumber and txtEmailSubject text boxes, as other properties of them, are being used in the code before it without problem. I just wanna know why, if its obvious or possible, that its not saving - and/ or a solution!
Thanks,
Jay