How do I attach a word document to an email?

What's the best way to attach an open Word document to an open Outlook email?

  • Using Windows Vista at work: Once I finish making changes to a file in Microsoft Word 2007, I want to attach the file to an email in Outlook 2007. Currently, I am opening subfolder after subfolder getting to it either on the desktop or in the attach file dialog in Outlook, but that's annoying. Please advise. Microsoft Word Button->Send->E-Mail is not the answer because it starts a new message in Outlook, and I often want to attach the file to a reply or to a message I've already started. Does Word have something like a "locate file on disc" option? Then I could easily drag it to my message in Outlook. Or maybe there is a way to "Copy as Path" from within Word? Then I could paste the file location into Outlook.

  • Answer:

    You can add the same path box to the Quick Access Toolbar in Word 2007. Right-click the toolbar and choose Customize. Set the category to All Commands, find and click on the item named Document Location, and click the Add button. (http://www.wordbanter.com/showthread.php?t=136842#2)(Thanks for asking this! Now can anybody solve this same problem for PDFs in Acrobat?)

Sock Ray Blue at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

Here's a macro that would do it:Sub ShowDocInExplorerPony()Dim Fullpath As StringDim CmdLine As StringFullpath = ActiveDocument.FullNameCmdLine = "EXPLORER.exe /select," + Chr$(34) + Fullpath + Chr$(34)Shell CmdLine, vbNormalFocusEnd SubAlternatively you could just do File|Save As, then drag it from the save as window into your email. I tend to use File|Save As then just copy the path out of the top of the dialog when I want to get to something that's buried.

samj

This is for Word 2003, but I think it will work in 2007 also. If you add the "Web" toolbar it includes the file address in the toolbar and you can copy/paste from there. You may need to enclose the address in < > if it includes spaces, or you can just paste it into an explorer window.

doctord

That's not a bad start. Word 2007 does not have the Web toolbar, but the Location box shows up if you go to Microsoft Word Button->Prepare->Document Properties. And it's pretty easy to add Document Properties to the Quick Access Toolbar to make copying the file location to the clipboard not too hard. Surely, it would be pretty easy for someone who knew what they were doing to write a macro to copy the file location to the clipboard.

Sock Ray Blue

If you click on the Office button, you will see a "Save and Send" or "Send" option (I'm basing this off Office 2010, but they should be the same). You can then email the file as an attachment straight.

titantoppler

Samj, that macro is EXACTLY what I wanted. Thank you! And using Save As that way is a pretty good trick that I was not aware of.

Sock Ray Blue

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.