Workbook.Final Property

Excel Developer Reference

Returns or sets a Boolean that indicates whether a workbook is final. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.Final

expression   A variable that represents a Workbook object.

Remarks

Setting the value to True marks the workbook as final, notifies recipients (if any) that the workbook is final, and sets the workbook to read-only.

See Also