• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar

Mechanicaleng blog

siemens nx tutorial & injection molding technology

  • Plastic molding
  • Siemens nx
    • nx modeling
    • nx drafting
    • nx sketching
    • nx assembly
  • Mechanical basic
    • mechanical standard
    • Mechanism video
  • microsoft office
    • microsoft word
    • powerpoint
    • excel tips
  • About me
  • CONTACT ME
Home » microsoft office » microsoft word » how to send word document to email

how to send word document to email

April 19, 2021 by mechanicaleng blog 1 Comment

It is easy to send word document to email. The easiest way is save your word document and attach it to email. Today, I will guide to you send email right on Word by Outlook email.

To flexibly apply between Outlook and Word applications to send attachments more quickly, in this article I will continue to share with you a tip in creating Email buttons right on Word files, to help you to customize the content, and send Email quickly to multiple objects on the same Word file. Sounds very interesting, doesn’t it?

How to send word document to email

For the Email sending operation can be smooth, make sure your Outlook email has been configured. There are many ways to do it that you can find on the internet, just search “Gmail Configuration Manager on Microsoft Outlook” and follow the tutorial.
Now let’s start.
1: Open Word file.
2: Go to File and choose Options.
(Since these steps are easy so I will skip the illustration.)
3: The Word Options box appears, here click the Customize Ribbon tab, then select Developer. Next click OK to add a tab for developers on the Word interface.
send word document to email 1
 4: Go to tab Developer and select Legacy Tools. Keep selecting Command Button (ActiveX Control) to create a Button on the Word file.

send word document to email 2
Then choose Properties to do some settings.

send word document to email 3

In the Properties box, look to the Caption and change the name in the box to Send Email.

send word document to email 4

5: Right-click at the Button and choose View Code.

send word document to email 5

6: The Microsoft Visual Basic for Applications box opens. At this step put the cursor in the middle of the two code segments. Then copy the following code:
send word document to email 6
Dim xOutlookObj As Object
Dim xEmile As Object
Dim xDoc As Document
Application.ScreenUpdating = False
Set xOutlookObj = CreateObject(“Outlook.Application”)
Set xEmile = xOutlookObj.CreateItem(olMailItem)
Set xDoc = ActiveDocument
xDoc.Save
With xEmile
.Subject = “Fax-data”
.Body = “TEST MAIL.”
.To = “luongtrungxxx@gmail.com”
.Importance = olImportanceNormal
.Attachments.Add xDoc.FullName
.Display
End With
Set xDoc = Nothing
Set xEmail = Nothing
Set xOutlookObj = Nothing
Application.ScreenUpdating = True

7: Paste into the ThisDocument (Code) dialog box. Then correct information such as:
Subject: Email subject.
Body: Email content.
To: Recipient.
send word document to email 7
8: Finally, click Run.
Click the Send button in the Outlook dialog box to send the email. And that’s it.

CONCLUSION

And the tutorial ends here. Above is how you can send email right on Word, sounds pretty new and interesting, right? To be more proficient, you can apply this approach to daily work. I hope you will find it useful to you.
Thank you and good luck.

-hhchi

Related posts:

Delete all photos in word document by using Replace tool 42 ways to delete all photos in word document embed font in Word document 3How to embed font in Word document Convert from powerpoint to word document automatically 5Convert from powerpoint to word document word-general options-confirm passwordHow to set password for a Word document

Filed Under: microsoft word Tagged With: word tips

Reader Interactions

Comments

  1. chris says

    June 7, 2022 at 7:37 am

    This works well but sets the normal to low priority and also does not get received. Would there be some sort of block in permission settings?

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Recent Posts

  • what is spur gear | introduction
  • Mechanical engineering skills from training process
  • What is Inox | Stainless Steel?
  • How to create thread in nx
  • nx assembly| create a new part from the same part
  • how to calculate sum of squares in Excel
  • How to active GC toolkits in Siemens NX
  • How to create a sphere in nx
  • How to create a cone in nx
  • How to create a cylinder in nx

Copyright © 2023 · Magazine Pro on Genesis Framework · WordPress · Log in