Hello All,
In my code I use the following line:
Workbooks.Open Filename:=strFileName, ReadOnly:=False, UpdateLinks:=False
And allthough I say ReadOnly:=False, if the workbook is already open by another user it is opened as ReadOnly.
Is there a way to check if the book is opened with the ReadOnly status to True, because then I can show a message that the update will not work and close the workbook
Thanks inadvance for your reactions.