In a Macro, what code would I need to use if I wish to send the document by email accroding to the following:
If "E12" = 1 the send the document by email to:
TO FIELD:
Email address found in cell "B30"
CC FIELD:
orders@email.com
BCC FIELD:
If SUM of cells "E9"+"E10"+"E11"+"E13"+"E14" equals or greater than 1, send email to abc@email.com
If cell "E12" equals 1, send email to def@email.com
What do I need to do in order to make this happen?
If "E12" = 1 the send the document by email to:
TO FIELD:
Email address found in cell "B30"
CC FIELD:
orders@email.com
BCC FIELD:
If SUM of cells "E9"+"E10"+"E11"+"E13"+"E14" equals or greater than 1, send email to abc@email.com
If cell "E12" equals 1, send email to def@email.com
What do I need to do in order to make this happen?