Outlook Word



  1. Outlook includes Office, Word, Excel, PowerPoint and OneDrive integrations to help you manage and send files and connects with Teams, Zoom and other video calling providers without hassle.
  2. When someone shares a Word document with you, the email you receive includes a link that opens the document in your web browser: in Word for the web. Select Edit Document Edit in Browser. If anyone else is working on the document, you'll see their presence and the changes they're making.
-->

Collaborate for free with an online version of Microsoft Word. Save documents in OneDrive. Share them with others and work together at the same time. Note: At Microsoft, your security and privacy are very important to us. To convert a Word document to PDF, we send the document over to a secure Microsoft service over the internet for conversion. The converted file is then sent back to your device immediately. The Microsoft online service doesn't store any of your file content on our servers.

Represents the Microsoft Word application. The Application object includes properties and methods that return top-level objects. For example, the ActiveDocument property returns a Document object.

Remarks

Use the Application property to return the Application object. The following example displays the user name for Word.

Many of the properties and methods that return the most common user-interface objects—such as the active document (ActiveDocument property)—can be used without the Application object qualifier. For example, instead of writing Application.ActiveDocument.PrintOut, you can write ActiveDocument.PrintOut. Properties and methods that can be used without the Application object qualifier are considered 'global.' To view the global properties and methods in the Object Browser, click <globals> at the top of the list in the Classes box. (Also see the Global object.)

Outlook Word Doc

Remarks

To use Automation (formerly OLE Automation) to control Word from another application, use the Microsoft Visual Basic CreateObject or GetObject function to return a Word Application object. The following Microsoft Excel example starts Word (if it is not already running) and opens an existing document.

Outlook Word Mail Merge Video Tutorial

Events

Methods

Properties

See also

Support and feedback

Meaning

Outlook Word Email

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.