Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 773 Bytes

Word.Selection.Document.md

File metadata and controls

41 lines (24 loc) · 773 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Selection.Document property (Word)
vbawd10.chm158663659
vbawd10.chm158663659
Word.Selection.Document
03b4bfd7-8d4a-f069-0c28-41be2ead8614
06/08/2017
medium

Selection.Document property (Word)

Returns a Document object associated with the specified selection. Read-only.

Syntax

expression.Document

expression A variable that represents a Selection object.

Example

This example displays the document name and path for the selection.

Msgbox Selection.Document.FullName

See also

Selection Object

[!includeSupport and feedback]