Syntax

expression.WriteReserved

expression A variable that represents a Workbook object.

Remarks

Use the method to set this property.

Example

If the active workbook is write-reserved, this example displays a message that contains the name of the user who saved the workbook as write-reserved.

Visual Basic for Applications
With ActiveWorkbook If .WriteReserved = True Then MsgBox "Please contact " & .WriteReservedBy & Chr(13) & _ " if you need to insert data in this workbook." End If End With
Allow changes to sheet only by password? Prevent overwriting data by assigning password? Write write reserved Write Reserved Property WriteReserved writereserved property

See also: