Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Selects all ranges for which the specified user or group of users has permission to modify.
Syntax
expression. SelectAllEditableRanges( _EditorID_ )
expression Required. A variable that represents a Document 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, only ranges for which all users have permissions will be selected. |
Example
The following example selects all ranges for which the current user has permission to modify.
ActiveDocument.SelectAllEditableRanges wdEditorCurrent
See also
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.