Results 1 to 6 of 6

Macro to send a pdf attachment via outlook from excel

Threaded View

  1. #1
    Forum Contributor
    Join Date
    01-06-2004
    Posts
    121

    Macro to send a pdf attachment via outlook from excel

    I've done a search on this which has resulted in a lot of complex code. I have a very simple code I use to create a PDF of a page and then switch back to my normal printer which is as follows:

    Application.ScreenUpdating = False
        Application.ActivePrinter = "Adobe PDF on Ne04:"
        ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True, _
            IgnorePrintAreas:=False
        Application.ActivePrinter = "HP Officejet Pro 8500 A910 on Ne02:"
    All I need is an equally simple code (if possible) to add that will attach the PDF that is created from the code above to an outlook e-mail and automatically send it (same person every time, same subject line and body copy every time).

    What's the simplest way to do this?
    Last edited by Josiah; 08-26-2013 at 05:18 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] VBA Macro to print to Pdf format and place as attachment in Outlook (Excel & Outlook 2007)
    By Webman1012 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-29-2013, 01:25 PM
  2. Excel to send email via Outlook (attachment)
    By uncleslinky in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-01-2012, 07:01 AM
  3. Send worksheet as an attachment to specified recipients via outlook
    By SunOffice in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 06-19-2011, 05:38 PM
  4. Send sheet as Outlook attachment
    By Jessy01 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 03-04-2011, 01:28 PM
  5. Send Excel attachment, but wait till Outlook closes
    By thepython in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-17-2006, 05:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1