T
Test
Hello,
I am programming a VBA in Excells and I am getting the Error message "A
Program is trying to send an e-mail message on your behalf..." , please let
me know the code to eliminate this
Thanks
I am programming a VBA in Excells and I am getting the Error message "A
Program is trying to send an e-mail message on your behalf..." , please let
me know the code to eliminate this
Sheet4.Select
Cells.Select
Selection.Copy
Workbooks.Add
ActiveSheet.Paste
ActiveWorkbook.SendMail "(e-mail address removed)", "Test"
Thanks