View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jgeniti jgeniti is offline
external usenet poster
 
Posts: 30
Default Preventing Users From Locking a Shared Network Add-In File

Currently I have an Add-In with all of the code to an application that
I have about 30 users accessing randomly throughout the day. I have
password protected the code but the one major problem that I'm having
is that when I need to change the code the Add-In is usaully locked
because another user has accessed the file. Is there a way to prevent
users that are accessing the Add-In from being able to lock the file so
that I can't edit it?
Any help would be greatly appreciated.
Thank you,
James