Message on Behalf

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
Sheet4.Select
Cells.Select
Selection.Copy
Workbooks.Add
ActiveSheet.Paste
ActiveWorkbook.SendMail "[email protected]", "Test"

Thanks
 
T

Test

Hi Sue,

I tried the link, but no luck. I need a VBA code in Excel to bypass the
error message

Thanks
 
Top