.display

  1. R

    VBA Sending Email Based On Cell Values in Column

    Hello, I am still somewhat new to the VBA coding, but I have learned an extreme amount in the past few months. The background of what I am needing to accomplish is to send reports based on whether I have updated the report. I have already figured out how to make the email get the subject...
  2. drom

    email by vba .display : .save. : .close the created email draft

    Hi and Thanks in advance! When I want to sent a mail using outlook and VBA I can use: With OutMail .to = "peter123456@gmail.com" .CC = "peter123457@gmail.com" .BCC = "peter123458@gmail.com" .Subject = "My Name is Blas!" .HTMLBody =...
  3. Roderick_E

    Outlook emailing

    Why is it that this code will show the signature ONLY if I enable .display? I'd like to just .send without .display. TECH: This loops through rows 2-3 and creates an Outlook mail object, to which it adds to,cc,bbc,subject,body and then emails Sub Mail_Outlook_With_Signature_Html_1() ' Working...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top