Expand Minimize
This topic has not yet been rated - Rate this topic

Workbook.ReadOnly Property (Excel)

Published: July 16, 2012

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

expression .ReadOnly

expression A variable that represents a Workbook object.

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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.