attachment

  1. P

    VBA Code to Email Active Worksheet but also Paste Cell Range into Body of Email **Please help!

    Hello, I'm trying to create a macro that will email the active worksheet as an attachment, but then also copy and paste the cell range into the body of the email, basically pasting the worksheet range as a picture in the body of the email along with sending it as an attachment. I have the...
  2. JenniferMurphy

    Attachments redux

    I want to submit a plea to activate the vBulletin attachment feature. I have used it on other forums and it works very well. I can upload an image from anywhere on my hard drive, with some limitations, and attach it to a post in several ways. I have reviewed the threads discussing the...
  3. R

    Auto download the files from a particular sender

    Dear all I want to do a Vba/Macro within outlook to download the the attachments (Pdf and csv) from a particular outlook folder to my document file. I tried to attempt one of the threads but then it didnt work and I'm sure I've mucked it up :(. Below is the one I used but got error. The...
  4. N

    Export as PDF into email attachment

    I need some help exporting Excel to PDF but not save it into my machine, but add it as an attachment to an outlook email
  5. P

    VBA Query fails if Attachment field is present

    My query fails with "Invalid Operation run-time error -2147467259 (80004005)". It only fails when an Attachment field is in the table. The query runs correctly when I remove the Attachment field so I'm sure its mere presence is the cause. Is anyone aware of this? My first though is to create a...
  6. A

    Print an Access report with attachments

    Good afternoon How do I include the JPG & PDF attachments in a report print. The table field used is the attachment option. Many thanks in anticipation.
  7. K

    Import CSV attachments from Outlook to single Excel workbook

    Hello, I have search far and wide to find a solution to this but was unable to. Maybe I am using the wrong keywords. If someone could point me in the right direction I would be truly grateful. I am trying to create an Excel macro to import CSV attachments from multiple emails into a single...
  8. J

    E-mail Files From Excel

    I am trying to write a script that will let me end enter a couple of pieces of information, click a button, and have Excel e-mail various reports to our Sales Reps. Here is the file: https://www.dropbox.com/s/yx4w8lhgykv8ni1/Email%20File.xlsm?dl=0 Here is the code that I have written: Sub...
  9. K

    How to run Outlook vba from Excel?

    This vba store Outlook attachments to disk by picking attachments from those mails I mark out before running, and it works ok in Outlook 2016. Option Explicit ' ***************** ' For Outlook 2010. (tested ok in Outlook 2016 as well!) ' ***************** #If VBA7 Then ' The window...
  10. K

    Modify Outlook vba to skip box "what folder to store attachments to"

    I've been using the code below for som time, and it works fine. However, it asks every time what folder I want to store my attachments to. Anyone of you that's able to modify this code in such a way that it always store attachments to: "H:\Mine dokumenter\OLAttachments", without asking for it...
  11. U

    Download & Store attachment in Excel from Outlook

    My experience with VBA is very limited but I get six emails a day that have to be combined in excel once a week. I'm looking to try to automate this process using VBA. I know it is possible to open an attachment from an outlook email using VBA but would need to add to the script to look for the...
  12. sharky12345

    Save Email attachment if message meets criteria

    I'm trying to find a way to save an Excel attachment within an Outlook message but all I can find is suggestions that loop through the Inbox which is not what I want. I need something that will work with a single message which is selected - the first criteria is that the subject filed must...
  13. J

    Outlook VBA

    Hi, Not sure if this is better suited here or the main forum, but here goes I have the code below that is supposed to save an email attachment to a defined location on receipt in Outlook. Private WithEvents Items As Outlook.Items Private Sub Application_Startup() Dim olApp As...
  14. B

    VBA: Sending an email with PDF attachment separately to multiple recipients

    Hi everyone! I have a code which convert Excel sheet to a PDF-file and send it to the address list (Range L17:L26). This works fine but is it possible to send these emails separately to each recipient? Here are the code which I'm using now: Sub AttachActiveSheetPDF() Dim IsCreated As Boolean...
  15. J

    Open Spreadsheet When Email Received

    Hi, I am trying to automate a particular process where when I receive an email with a particular attachment I open the email, run a macro and close the spreadsheet. (The macro migrates data to a record sheet, generates an email and sends a 3rd spreadsheet on to a predefined distribution list...
  16. Y

    Send specific worksheet as attachment via mail (Condition)

    Hello together, This is my first post. Happy to be part of this. I have created an excel projectplan including nearly 40 milestone-tabs. My goal is to remind the respective milestone owners via email if tasks are due. Actually, this works pretty good using the code examples of Ron. There is...
  17. D

    Excel VBA download attachment from specific fodler in outlook

    Hello, I am looking to download the most recent attachment from a specific folder in outlook. Right now the macro looks to the default folder (inbox) for the first unread email it finds and if that email has an attachment it downloads it. I would like to have it look to a folder called "Daily...
  18. H

    vba code to check the attachment format in Outlook

    hi, i need an outlook macro which should be triggered while clicking the send button. It should test the attachments and in case if there is any attachment apart from '.pdf' then it should display a dialogue box notifying the user and should cancel the send process... Thanks
  19. X

    Attach specific sheet in new format to Outlook email

    I need a VBA code that attaches only 1 sheet from the file in a .csv format to an Outlook email
  20. A

    loop through a excel range to download email attachments from outlook folder

    I have a list of of files which i need to download from different folders of outlook in a excel sheet in the below order. Starting Row 2 to 10 but can be more in future Column A: File / attachment name Column B: Email Subject Line Column C: Outlook Folder Name Column D: Save as location for...

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