Word 2010: Mail Merge to Email with Attachments

Similar documents
MICROSOFT WORD: MAIL MERGE

Merging Labels, Letters, and Envelopes Word 2013

Microsoft Excel 2013: Using a Data Entry Form

Importing Contacts to Outlook

The first thing to do is choose if you are creating a mail merge for printing or an merge for distribution over .

Mail Merge Creating Mailing Labels 3/23/2011

Microsoft SharePoint 2010 End User Quick Reference Card

IT Quick Reference Guides Performing Mail Merges in Word 2010

What is a Mail Merge?

Microsoft Word 2013: Mail Merge

Mail Merge. Course Description. Objectives: Design a Main Document. Design a Data Source. Directories. Merge the Main Document with the Data

Excel Reports and Macros

Creating a Participants Mailing and/or Contact List:

Microsoft Office Access 2007 Basics

ing a large amount of recipients

Basics. a. Click the arrow to the right of the Options button, and then click Bcc.

Mail Merge Tutorial (for Word ) By Allison King Spring 2007 (updated Fall 2007)

How Do I Upload Multiple Trucks?

Create a New Database in Access 2010

OUTLOOK 2010 TIPS TABLE OF CONTENTS 1. SEND A BLIND CARBON COPY MARQUETTE UNIVERSITY IT SERVICES

Advanced Presentation Features and Animation

ACCESS Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818)

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.

Introduction to Microsoft Access 2003

Instructions for creating a data entry form in Microsoft Excel

Microsoft Word Mail Merge

Six Steps to Completing a Mail-Merge

SENDING S WITH MAIL MERGE

Symantec Enterprise Vault

Using Mail Merge to Create Form Letters and Labels

Microsoft Office 2010

1.5 MONITOR. Schools Accountancy Team INTRODUCTION

Microsoft Word 2010 Mail Merge (Level 3)

Outlook 2013 ~ Advanced

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT S

Instructions for Creating an Outlook Distribution List from an Excel File

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros.

Instructions: Using Mail Merge in Word to Send E mails via Outlook

Managing Contacts in Outlook

Planning and Creating a Custom Database

SPSS: Getting Started. For Windows

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

Outlook Web Access. PRECEDED by v\

Mail Merges, Labels and Message Merges in Word 2007 Contents

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint InfoPath 2013 Web Enabled (Browser) forms

Appendix A How to create a data-sharing lab

How To Manage A Project In Project Management Central

How to install and use the File Sharing Outlook Plugin

Learning Services IT Guide. Access 2013

MICROSOFT ACCESS 2003 TUTORIAL

Create a new investment form and publish it to a SharePoint 2013 forms library

SAP BUSINESS OBJECT ANALYSIS FOR EXCEL DEVELOPER GUIDE

Advanced Excel 10/20/2011 1

Microsoft Outlook Tips & Tricks

Word 2007: Mail Merge Learning Guide

Organizing and Managing

Microsoft Access 2010 Part 1: Introduction to Access

Creating a Distribution List from an Excel Spreadsheet

1. Open the Practice web site. 2. Open the favorite.htm file. 3. Select the text to be used as the hyperlink for the first favorite web site.

Overview of sharing and collaborating on Excel data

Microsoft Access to Microsoft Word Performing a Mail Merge from an Access Query

Outlook Operating Instructions. Internal Desktop Access

Microsoft Office. Mail Merge in Microsoft Word

Opening the FTD Document Center. Double-click the FTD Document Center icon on your Windows desktop.

Tommy B. Harrington 104 Azalea Drive Greenville, NC

Accounts Receivable: Importing Remittance Data

Creating an Excel Database for a Mail Merge on a PC. Excel Spreadsheet Mail Merge. 0 of 8 Mail merge (PC)

Advanced Outlook 2010 Training Manual

As in the example above, a Budget created on the computer typically has:

MS Excel Template Building and Mapping for Neat 5

Creating Reports with Smart View s Ad Hoc Analysis

MICROSOFT OFFICE ACCESS NEW FEATURES

ICP Data Entry Module Training document. HHC Data Entry Module Training Document

Search help. More on Office.com: images templates

Mail Merge (Microsoft Office 2010)

Planning and Managing Projects with Microsoft Project Professional 2013

Advanced Outlook Tutorials

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

Microsoft Outlook Reference Guide for Lotus Notes Users

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Microsoft Access 2010 handout

USING WORDPERFECT'S MERGE TO CREATE MAILING LABELS FROM A QUATTRO PRO SPREADSHEET FILE Click on a Step to move to the next Step

Fax and SMS Quickguide

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter How to Create Letter Templates...

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

High Impact & Alpha Five: A Mail Merge Guide.

Unified Reporting Tool: Troubleshooting Guide

MAIL MERGE TUTORIAL. (For Microsoft Word on PC)

Create Mailing Labels Using Excel Data (Mail Merge)

SPV Reporting Tool VBA Code User Guide. Last Updated: December, 2009

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical

Microsoft Office 2007 Orientation Objective 1: Become acquainted with the Microsoft Office Suite 2007 Layout

Mail Merge Microsoft Word and Excel Queries Scott Kern Senior Consultant

Office 365 Employee San Jac Outlook 2013

Outlook . User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA

Using Word 2007 For Mail Merge

Turn on or off the Out of Office Assistant

Connect Now Workgroups and Communication:

SECURE USER GUIDE OUTLOOK 2000

Transcription:

Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN THE MAIL MERGE:... 2 CREATE THE DIRECTORY FOR THE MAIL MERGE USING OUTLOOK CONTACTS:... 4 CREATE THE EMAIL MAIL MERGE AND RUN THE MACRO:... 5 CREATE ANOTHER EMAIL MERGE WITH ATTACHMENTS USING AN EXCEL FILE AS THE SOURCE:... 6 CREATE THE MAIL MERGE AND RUN THE MACRO:... 8 ADD THE MACRO TO A BUTTON ON THE QUICK ACCESS TOOLBAR:... 8 http://word.mvps.org/faqs/mailmerge/mergewithattachments.htm Page 1

To see the section for Macros, you must turn on the Developer tab: 1) File / Options / Customize Ribbon / check Developer under Customize the Ribbon / OK Set reference in Visual Basic: 1) Developer tab / Code group / Visual Basic 2) In the Microsoft Visual Basic window, choose Tools / References 3) Scroll to Microsoft Outlook ## Object Library / check this option / OK 4) File / Close and Return to Microsoft Word Create the macro to use within the Mail Merge: 1) Copy the code needed for the macro - to be pasted into the Visual Basic window: a) Go to the following webpage: http://word.mvps.org/faqs/mailmerge/mergewithattachments.htm b) Scroll down and select all of the code from Sub emailmergewithattachments () through End Sub at the end of the code / Copy / return to Word http://word.mvps.org/faqs/mailmerge/mergewithattachments.htm Page 2

2) Create the macro in Visual Basic: a) Developer tab / Code group / Macros Macro name: emailmergewithattachments Macros in: All active templates and documents Description: This macro will complete the mail merge process when creating a mail merge to email with attachments. b) Paste the code you copied into the Visual Basic Editor: Click the Create button. (1) The Visual Basic application opens. Delete any existing code in the Code window. Paste the code you copied from the web page into the Code window. Close the Visual Basic window. http://word.mvps.org/faqs/mailmerge/mergewithattachments.htm Page 3

Create the Directory for the mail merge using Outlook Contacts: 1) Mailings tab / Start Mail Merge group / Start Mail Merge button / Directory 2) Select the recipients of the mail merge: This can be any of the usual sources you would use for a mail merge: Outlook Contacts, an Excel spreadsheet, Word table, Access database. The source you use for this Directory must be the same source you are using for the mail merge. a) Click the Select Recipients button / Select from Outlook Contacts In the Select Contacts dialog box, make sure the contact folder you wish to use is selected, and then click OK. In the Mail Merge Recipients dialog box you can deselect whomever you do not need to send the mail merge to. OK 3) Create the Directory document: a) Insert a 1 x 2 table: One column will hold the email addresses, and one column will hold the file path for the attachment. Insert tab / Tables group / Table button / highlight the first two cells in the grid / click the second cell to add a new table. Insertion point should be in the first cell of the table. b) Insert the email address merge field: Mailings tab / Write & Insert Fields group / Insert Merge Field / select Email_Address If the document you want to send in the mail merge is the same for everyone, you can add the path to the file in this document. If you are sending different documents to your mail merge recipients, you can add that information after merging to a new document. When you add a path to the file, it must be exact. We will assume that we are sending the same document to everyone for this mail merge. http://word.mvps.org/faqs/mailmerge/mergewithattachments.htm Page 4

c) Add the file path to the second column: Place the insertion point in the second cell / Activate Windows Explorer Open the folder that contains the document(s) you want to attach. Click in the address bar to see the full path / Copy the selection Return to Word / Paste the selection in the second cell Return to Windows Explorer / select the name of the file, including the file extension / Copy the selection Return to Word / type a back slash at the end of the current path / Paste the selection after the slash d) Finish and Merge the letter to individual documents: Mailings tab / Finish group / Finish & Merge button / select Edit Individual Documents In the Merge to New Document dialog box, choose All / OK A new document is created with the list of email addresses and the path to the file. e) Save the new document: Make sure you remember where you have this document stored you will be prompted for it when the macro runs. Save As / Name your file / Save Close the Directory file / close the mail merge document without saving. Create the Email Mail Merge and run the macro: 1) Create a New document / Mailings tab / Start Mail Merge group / Start mail Merge button / Letters a) Select Recipients button / Select from Outlook Contacts / OK at the Select Contacts dialog box. At the Mail Merge Recipients you can pick and choose who to send the mail merge to. b) Select your recipients / OK 2) Write the letter, inserting mail merge fields, as needed. This is a typical mail merge only the ending process has changed. 3) Finish and Merge the letter to individual documents: a) Mailings tab / Finish group / Finish and Merge button / Edit Individual Documents / All / OK http://word.mvps.org/faqs/mailmerge/mergewithattachments.htm Page 5

4) Run the macro: a) Developer tab / Code group / Macros button / select the emailmergewithattachments macro / Run If the macro delivers an error and brings you back to the Visual Basic window: Cancel the window Developer tab / Code group / Visual Basic button / Tools / References make sure Microsoft Outlook ## Object Library is selected / OK Close the Visual Basic window. Rerun the macro. b) Word takes you to the Open dialog box navigate to the Directory document / select the file and click Open. c) Enter a subject for the email message / OK A message is returned indicating the number of emails that were sent. If you need to keep a copy of the document, save it, otherwise, close all documents without saving. Create another email merge with attachments using an Excel file as the source: The macro has already been created. Once it s created, you can use it over and over. Remember that the source for your Directory must be the same as the source for your Mail Merge recipients. 1) Create a new Directory: a) Create a New Document / Mailings tab / Start Mail Merge group / Start Mail Merge button / Directory b) Select the recipients of the mail merge: Remember - the source you use for this Directory must be the same source you are using for the mail merge. Click the Select Recipients button / Use Existing List (1) In the Select Data Source window, navigate to the Excel file / select the file / Open (2) In the Select Table dialog box, choose the worksheet that contains your contact information / OK If needed, click the Edit Recipient List button / select only the recipients for the mail merge / OK http://word.mvps.org/faqs/mailmerge/mergewithattachments.htm Page 6

2) Create the Directory document: a) Insert a 1 x 2 table: Insert tab / Tables group / Table button / highlight the first two cells in the grid / click the second cell to add a new table. Insertion point should be in the first cell of the table. b) Insert the email address merge field: Mailings tab / Write & Insert Fields group / Insert Merge Field / insert the email address field Note if your fieldnames do not appear, you must match them to the fieldnames that Word recognizes. Use the Match Fields button on the Ribbon. If the document you want to send in the mail merge is the same for everyone, you can add the path to the file in this document. If you are sending different documents to your mail merge recipients, you can add that information after merging to a new document. When you add a path to the file, it must be exact. We will send different documents to the recipients this time. c) Finish and Merge the letter to individual documents: Leave the second column blank we will fill this in after sending to individual letters. Mailings tab / Finish group / Finish & Merge button / select Edit Individual Documents In the Merge to New Document dialog box, choose All / OK d) Add the file paths to the second column: Place the insertion point in the second cell of the first row / activate Windows Explorer Open the folder that contains the document(s) you want to attach. Click in the address bar to see the full path / Copy the selection Return to Word / Paste the selection in the second cell Return to Windows Explorer / select the name of the file, including the file extension / Copy the selection Return to Word / type a back slash at the end of the current path / Paste the selection after the slash Continue this process, using the different file paths for each recipient. e) Save the new Directory document: Make sure you remember where you have this document stored you will be prompted for it when the macro runs. Save As / Name the Directory / Save Close the Directory file / close the mail merge document without saving. http://word.mvps.org/faqs/mailmerge/mergewithattachments.htm Page 7

Create the Mail Merge and run the macro: 1) Create a New document / Mailings tab / Start Mail Merge group / Start mail Merge button / Letters a) Select Recipients button / Use an Existing List / In the Select Data Source window, navigate to the Excel source file / select the file / Open In the Select Table dialog box, choose the worksheet that contains your contact information / OK b) If necessary, click Edit Recipient List / select only the recipients of the mail merge / OK. 2) Write the letter, inserting mail merge fields, as needed. 3) Finish and Merge the letter to individual documents: a) Mailings tab / Finish group / Finish and Merge button / Edit Individual Documents / All / OK 4) Run the macro: a) Developer tab / Code group / Macros button / select the emailmergewithattachments macro / Run b) Word takes you to the Open dialog box navigate to the Directory document / select the file / Open. c) Enter a subject for the email message / OK A message is returned indicating the number of emails that were sent. Add the macro to a button on the Quick Access Toolbar: 1) Click the Customize Quick Access Toolbar button / More Commands a) Choose commands from: = Macros b) Select your macro name / Add c) Click Modify at the bottom of the second column / choose a picture for the button / change the Display name: Email merge with Attachments, for example / OK / OK 2) When you are ready to complete the mail merge process, click the macro button to run the code. http://word.mvps.org/faqs/mailmerge/mergewithattachments.htm Page 8