Workbook.WriteReserved Property
Excel Developer Reference |
True if the workbook is write-reserved. Read-only Boolean.
Syntax
expression.WriteReserved
expression A variable that represents a Workbook object.
Remarks
Use the SaveAs 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 |
---|
|
See Also