6diegodiego9
Board Regular
- Joined
- Jan 9, 2018
- Messages
- 80
- Office Version
- 2016
- Platform
- Windows
I manage an xlsx file on a network share which is "protected and shared" so that multiple users can simultaneously modify it.
While the shared mode offers a fantastic protected "track changes" feature that allows me, it still has a BIG SECURITY FLAW: anyone can freely DELETE the entire file or even substitute it with another file!
In my attempts to find a security solution with NTFS permissions, I hit against the problem that if I deny the deletion of it I would unwantedly deny modification as well because Excel deletes and recreates the file each time a "save" is done.
A collegue who is an Access-evangelist, tells me that that I should pass to an Access solution with local front-end Access apps on every client PC and just the database on the network share in a path unknown to the client users (hidden in protected VBA code). However I hate the idea to create, deploy and manage local apps just to solve this simple problem. I'm a VBA developer and I don't know Access anyway.
Is it really impossible to find a solution or at least some trick to avoid an Excel FILE deletion (on network share) while allowing its (Excel tracked) modification by any user?
While the shared mode offers a fantastic protected "track changes" feature that allows me, it still has a BIG SECURITY FLAW: anyone can freely DELETE the entire file or even substitute it with another file!
In my attempts to find a security solution with NTFS permissions, I hit against the problem that if I deny the deletion of it I would unwantedly deny modification as well because Excel deletes and recreates the file each time a "save" is done.
A collegue who is an Access-evangelist, tells me that that I should pass to an Access solution with local front-end Access apps on every client PC and just the database on the network share in a path unknown to the client users (hidden in protected VBA code). However I hate the idea to create, deploy and manage local apps just to solve this simple problem. I'm a VBA developer and I don't know Access anyway.
Is it really impossible to find a solution or at least some trick to avoid an Excel FILE deletion (on network share) while allowing its (Excel tracked) modification by any user?