#outlook

  1. N

    How to get the latest emails and append to the existing file instead of looping through all items using VBA?

    I have a code that loops through all the outlook emails under a subfolder and extract the body of the email based on the subject. How do I modify the code to only append the data extracted from emails in the existing file instead of looping through all the emails and overwriting again & again...
  2. N

    VBA to extract data from outlook mails

    I have a VBA code that extracts table data from outlook emails but from a particular subfolder. I want to generalize my code and instead of searching in a particular subfolder under "Inbox", I want the code to filter the emails directly from the "Inbox" folder and then extract the tables from...
  3. K

    Open .msg file and add emails

    Hi, I have a macro for opening a .msg file but I need to also add email addresses. The email addresses will be different depending on the project. Is this possible? The macro I currently have is: Sub OpenOutlookMsg () Dim myoutapp As Object Dim myitem A Object Set myoutapp =...
  4. J

    Create Task in Outlook from Excel VBA

    Hello Everyone, I'm trying to create a task in Outlook from Excel. I've gotten pretty far in this code but I'm stuck with the start date. Let me know your thoughts Sub tasks() Dim OutApp As Object Dim myItem As Object Dim Body1 As String Const myTitle = "Enter data" myPrompt =...
  5. T

    How to compare two table which in outlook and excel separately

    Hi all, i have got lots of email with the below format everyday(the table size is not the same everytime) , and have a excel sheet like the one below, now I would like to compare the table in the outlook and excel, if two table is perfectly match, then copy the price in the email in paste it in...

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