Share via


Range.GoToEditableRange Method

Word Developer Reference

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 Range object.

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.

Visual Basic for Applications
  Selection.GoToEditableRange wdEditorCurrent

See Also