G
Guest
The first line in this if-statement is incorrect. What would be the correct
syntax?
If ActiveWorkbook.Mode <> xlReadOnly Then
ActiveWorkbook.ChangeFileAccess Mode:=xlReadOnly
End If
syntax?
If ActiveWorkbook.Mode <> xlReadOnly Then
ActiveWorkbook.ChangeFileAccess Mode:=xlReadOnly
End If