Consulting

Results 1 to 2 of 2

Thread: Opening files on network drive

  1. #1
    VBAX Expert
    Joined
    Aug 2004
    Posts
    810
    Location

    Opening files on network drive

    I am using VBA to open files on a network drive, works good. However, when a file is opened by someone else, the program stopped and ask if you want to be "notify, read only", can I tell VBA to open the file as read only if the file is locked?

    Thanks.
    Last edited by JKwan; 08-16-2013 at 08:32 AM.

  2. #2
    VBAX Expert
    Joined
    Aug 2004
    Posts
    810
    Location
    I think I got it solved by adding ReadOnly:=True to my Open method.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •