Syntax

expression.ReadOnly

expression A variable that represents a Workbook object.

Example

If the active workbook is read-only, this example saves it as Newfile.xls.

Visual Basic for Applications
If ActiveWorkbook.ReadOnly Then ActiveWorkbook.SaveAs fileName:="NEWFILE.XLS" End If

See also: