Share via


Workbook.ReadOnly Property (Excel)

Returns True if the object has been opened as read-only. Read-only Boolean.

Syntax

.ReadOnly

A variable that represents a Workbook object.

Example

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

If ActiveWorkbook.ReadOnly Then 
 ActiveWorkbook.SaveAs fileName:="NEWFILE.XLS" 
End If

참고 항목

개념

Workbook Object

Workbook Object Members