Y
yogendra joshi
You can use Open Method with optional parameter ReadOnly = True
See following code
Sub open_Read_Only()
Workbooks.Open Filename:="D:/test.xls", ReadOnly:=True
End Sub
Hope this helps
~Yogendra
See following code
Sub open_Read_Only()
Workbooks.Open Filename:="D:/test.xls", ReadOnly:=True
End Sub
Hope this helps
~Yogendra