Thread: File sharing
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
witek witek is offline
external usenet poster
 
Posts: 147
Default File sharing

Abhijeet Gudur wrote:
On Wednesday, 29 January 2014 01:54:32 UTC+5:30, witek wrote:
Abhijeet Gudur wrote:

Apart from Excel Web App and sharing on network, how can we share a file with multiple users.




For example, I am working on a status report and it changes every hour. Distributing reports every hour through email will be difficult to track progress or changes, 8-10 files everyday and 200 copies over a period of month.




Please suggest other options. Thanks.






website + database


Thanks for your response. Trying Excel(front end) + DB.


it works if you do not have concurrent users trying modification of the
same data at the same time. Unless you know how to play with record
locking in access.

For read only/ view only, especially when data goes to excel table or
pivot table which can be automatically refreshed that can be the
easiest thing to do.