outlook 365

  1. A

    Outlook VBA to count emails in inbox by Subject and send to an Excel spreadsheet

    I use the code below to count emails by Sender and send to a new Excel sheet. I would like one that will count emails in the inbox by subject line, excluding characters at the beginning (e.g. {EXTERNAL}, RE:, FW:, etc.), and send those to a new Excel sheet. Any suggestions? Sub...
  2. A

    Outlook email autosave to Excel and folder

    Dear All, It would be highly appreciated if you could show me how to automate my outlook email to as per the below flow chart: Thank you,
  3. L

    Outlook VBA - if no mail found

    This code runs perfect in finding and retrieving emails from my local sync shared mailbox - except when it cannot find anything, it does nothing; whereas I want it to tell me nothing is found (rather than have blanks where data should have been). Note: some text have been edited/converted to...
  4. J

    Do While code error

    Hello! I am new to vba (learning fairly quickly i think),am stuck and am hoping someone can help me. I keep getting an 'Object Required' error and I am not sure why/what I am missing. I don't think it's anything major, but it's screwing me up and I am getting frustrated. The code is: Sub...
  5. A

    VBA code to access Outlook folder sometimes don't work

    I wrote some codes in excel to extract information from a shared Outlook mailbox. But the codes sometime work sometimes don't although I didn't change anything. The error happen in line "Set InvFolder...". It can't find the subfolder. But it works sometimes. So weird Can someone help me? Thanks...
  6. S

    Outlook Teams Invite Link

    Hi, I have to create multiple teams invites and send out the invitations. Along with that I have to copy the Teams link from every invite into the excel file. Can someone help me in automating so that the Teams link in outlook gets copied to excel file?
  7. J

    Outlook VBA to send emails to multiple contact groups with multiple attachments with different subject line for each receipient

    A person has left our department and I am having to take over their responsibilities in addition to mine. So, I need a way to cut down and automate a portion of their workload. They send out and receive multiple files to multiple contact groups on a monthly basis. There are three monthly files...
  8. A

    Need VBA code to extract from Outlook 365 to Excel 365

    I've searched through countless posts on here/elsewhere and can't get anything to work for me, so my apologies if this has been posted a million times. I know nothing about VBA and if you're reading this, then most likely you've forgotten more than I've learned, so please bear with me. I just...
  9. P

    Add "From" value in outlook VBA Excel

    Hi, I'm adding a macro to send an email from Excel, however, I'm getting an error while I try to add .From = "email account", I have 2 different accounts set up in outlook. I'm able to run the macro whit out the field "send from". Private Sub Email_Click() Range("A2:G65").Copy 'Selection.Copy...
  10. C

    VBA in Outlook (Office 365): pull PDF from link in email into a new email

    Hello - I receive an email every day with a link that takes to me to folder. That folder houses a PDF I need to share with colleagues. I've asked that the email contain the PDF rather than the link but have been told it will take some time. Is there a way I can run a macro in Outlook to click...
  11. D

    Outlook VBA - download attachment(s) to a windows folder when email(s) from specific email address lands in the inbox?

    Hi Folks, Circumstance: In my work Outlook account, I have 3 inboxes: 1 - My work email address 2 & 3 - group inboxes i.e., DougM@theworkemail.com *Inbox LogisticsImages (logisticsimages@theworkemail.com) *Inbox LogisticsSupport (logisticssupport@theworkemail.com) *Inbox Every day, a report...
  12. D

    Outlook VBA - new Run-time Error occurring when using Move Folder code - Call was rejected by callee

    Hi Folks, I use an excel worksheet to direct the movement of folders in outlook. Outlook VBA calls the excel workbook and finds the move from, move to columns etc. I have been working from home no issues, but then I've connected back onto the company network this morning at the office and...
  13. S

    Macro won't open excel files in specified directory. HELP!

    Hello everyone, I need some help with the macro below. I have everything working properly except the last part which is supposed to combine the saved excel attachments. Instead of combining theses attachments, Excel just opens a blank workbook. It seems like the macro isn't seeing any of the...
  14. J

    The attempted operation failed. An object could not be found. Excel and Outlook VBA

    Hello Everyone, I have created a macro that gathers all the timings from a specific subfolder on a specific date from a shared mailbox and personal sent folder. When checking the timings from the personal sent folder there is no issues, but when checking from the subfolders from the shared...
  15. C

    LinkedIn profile lookup by email using VBA

    I'm trying to find LinkedIn profiles based on emails that we already have. LinkedIn recently changed their site to restrict people's ability to find people's profiles by using their phone number in a hyperlink. When we discussed this change with a LinkedIn rep, they recommended that we use one...
  16. D

    Outlook VBA - renaming outlook folders using find/replace code that references excel workbook/sheet: it converted all folder text to lowercase

    Hi Folks, Basic issue: I have a requirement to rename many outlook folders/sub-folders and I thought I'd found the perfect outlook VBA code; however, I have two issues with it 1) it's changing the case of my outlook folders to lowercase 2) It's doing part matches. Detail The code below...
  17. T

    VBA Outlook - Defining folder

    Good afternoon everyone, Ever since I upgraded to Office 365, I keep having the same run time error in my outlook macro: "Run-time error '-2147221233 (8004010f)': The attempted operation failed. An object could not be found." Now it is appearing when I am trying to assign a folder path to a...

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