Selection.GoToEditableRange method (Word)

Returns a Range object that represents an area of a document that can be modified by the specified user or group of users.

Syntax

expression. GoToEditableRange( _EditorID_ )

expression Required. A variable that represents a Selection object.

Parameters

Name Required/Optional Data type Description
EditorID Optional Variant Can be either a String that represents the user's email alias (if in the same domain), an email address, or a WdEditorType constant that represents a group of users. If omitted, selects all ranges for which all users have permissions to edit.

Return value

Range

Remarks

You can also use the NextRange property of the Editor object to return the next range for which the user has permission to modify.

Example

The following example goes to the next range for which the current user has permission to modify.

Selection.GoToEditableRange wdEditorCurrent

See also

Selection Object

Support and feedback

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.