• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Do not show "Open as read only" message

rolo

Member
Is there any workbook open event so when the user opens the file,
it does not appear the "Open as read only" message?

Notice that the file is not opened by vba, the file is opened manually by the user

Thanks!
 
It doesn´t work

Seems that the only way to avoid read only message is to open the workbook from another workbook using this

Code:
WorkBooks.Open FileName:="C:\Book1.xls", IgnoreReadOnlyRecommended:=True

:(
 
Back
Top