View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
HPK HPK is offline
external usenet poster
 
Posts: 1
Default Shared Worksheet

I am developing a Excel-solution which consists of 1 shared database on a
server and 8 clients connected to the server.
Each client has its own sheet in the shared database which is loaded on
startup of the clients, and every modification in the client is saved in the
database with the ".save" methode of the shared database.
Now I have the problem, that sometimes the shared database is locked so that
I cannot save my changes and I don't know why this happens.
I am looking forward for some help.

Thanks!