Unique Passwords Protection

  • Thread starter Thread starter MJSlattery
  • Start date Start date
M

MJSlattery

Working on a spreadsheet that I would like to market via the internet.
What are the best methods to protect the thousands of hours that hav
been invested?

Simple password protection does not seem to be very plausible as the
would all have the same password.

While I am at it are Excel documents patentable or copyrightable?

Thanks, Michae
 
Hi
IMHO you can't really protect Excel sheets. Only if you have some COM
Addins you can protect them but all VBA Code and/or worksheet functions
cannot really be protected
 
You'll have to turn your workbooks into COM add-ins to make them
reasonably safe. Anything less (including File, Workbook and Worksheet
protection) is easily bypassed.

I have a client that has built a dozen forms of protection into his
product, several quite ingenious. While they are bulletproof against a
novice, it takes about 30 seconds to disable them if you know what
you're doing.

Excel documents aren't patentable, but like any other form of written
communication, they are copyrighted as soon as you set them down in
fixed form. Not the formulae themselves, but how you use them in your
app, along with your creative work in the text in your sheets, and the
particular instantiation of any VBA code. You can register your
copyright - it's required before suing anyone for punitive damages - but
you don't have to.
 
Back
Top