Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 872 Bytes

Word.Selection.Editors.md

File metadata and controls

43 lines (25 loc) · 872 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Selection.Editors property (Word)
vbawd10.chm158662969
vbawd10.chm158662969
Word.Selection.Editors
ba750568-88c9-9ed8-61ee-45f89dfa4dea
06/08/2017
medium

Selection.Editors property (Word)

Returns an Editors object that represents all the users authorized to modify a selection within a document.

Syntax

expression. Editors

expression A variable that represents a Selection object.

Example

The following example gives the current user editing permission to modify the active selection.

Dim objEditor As Editor 
 
Set objEditor = Selection.Editors.Add(wdEditorCurrent)

See also

Selection Object

[!includeSupport and feedback]