View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Securing Excel Workbook

Are your users all ethical? If so, DRM may be enough. But then, you'd
just need to put a message in the workbook saying "don't copy or
distribute".

DRM will make it harder to transfer files, or to gain unauthorized
access, but once users can open your workbook, there's really nothing
that can be done to prevent them from copying everything in it, assuming
they have the will and can scrounge enough neurons together to find
these groups.

You can do better by compiling your code in a COM add-in and doing some
sort of check within it to make sure the user/machine/network is
authorized.


In article ,
A.El Tohamy wrote:

I made a set of internally & externally linked excell workbook, and I would
like to prevent copying and distribution
What is the best way to do so?
Is it the rights managements? Is it enough? will it prevent copying the main
excel files?