olmail

  1. L

    Embed several picture in email

    Hi, I am trying to embed several pictures (they need to be pictures - not based upon the links to the pictures as they are to be emailed to external parties that do not have access to my hard drive) and the following code is displaying the first chart correctly but subsequent ones 2,3,4 etc are...
  2. F

    VBA to send email attachment to excel list of names

    Hello, I am trying to send an attachment to 60 people. I have the 60 names on a tab named Email List to be updated as needed. When adding names to the to field I obtained the error message "To many line continuations". Is it possible to correct the below to send to all 60 email addresses? Sub...
  3. S

    Reply only to the latest email in Outlook from Excel VBA

    Dear All, I have a short and simple macro that replies to a specific email found in my Outlook sent folder based on the subject. But the issue is that this code opens all mails with that subject. But I would need only the latest reply email to be remained opened (with the entire mail chin). Is...
  4. P

    Extracting information from Outlook

    Hello all, For example I have an mail box: name: TestingEML @ name: testing.eml@test.com The macro works like this: 1. Run Macro 2. Box with all email boxes pops up 3. Select the folder you need to extract emails from manually 4. The macro extracts all emails from the selected folder into...
  5. K

    VBA - Send Excel Userform Data to Outlook Email

    Hello All, I want to send the entry from a userform to an email box. I have everything set up correctly. But the code is only sending the "entries" and not the labels, etc. See below:[ CODE]Dim olapp As Outlook.Application Set olapp = CreateObject("outlook.application") Dim olmail As...
  6. J

    Insert Macro Excel Table From A1:B14 Into Outlook

    Dear Mr Excel, I have created below macro, but I don't know how to insert (macro) excel table from A1:B14 into outlook. Sub SendEmailBody() ' ' SendEmail Macro ' ' Dim olApp As Outlook.Application Dim olMail As Outlook.MailItem Set olApp = New Outlook.Application Set olMail =...
  7. K

    Outlook Mail Window - Buggy Overlay

    Hey guys, As of late, I've been having some strange issue when generating Outlook Mail windows through VBA. Has anyone ever encountered a situation where there was some overlay issue? Anytime an email window is created and shown using .display, I cannot press send, or otherwise interact with...

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