> Password length, and mix of characters/numbers/punctuation don't matter
> a bit.
[quoted text clipped - 6 lines]
>> characters/numbers
>> it should take months for a normal pc to crack.
thats fairly un-nerving, what do people do to protect excel sheets then,
Dave Peterson - 11 Dec 2007 12:44 GMT
They use Tools|Protection|Protect sheet.
But they realize that this Excel's worksheet protection is not meant to protect
any intellectual property. It's to help protect users from writing over
formulas and other information that shouldn't be changed.
> > Password length, and mix of characters/numbers/punctuation don't matter
> > a bit.
[quoted text clipped - 8 lines]
>
> thats fairly un-nerving, what do people do to protect excel sheets then,

Signature
Dave Peterson
Gord Dibben - 11 Dec 2007 16:28 GMT
Here is info quoted from Chip Pearson's site..........................
As I tell all of my commercial clients, password protection, or protection of
any sort, should be viewed as a method to keep the honest user from accidentally
changing or deleting something he shouldn't. The security is by no means
sufficient to protect proprietary data or code or code with intellectual
property value. The same goes for any sort of registry based key storage or
settings. A skilled user can easily run RegEdit and see the values in the
registry. The same hold true for macro based security. Not only can the VBA
password be easily broken, but nearly all macro based security relies on macros
being enabled in the first place and that the Application's EnableEvents setting
is True. It is a one-liner to circumvent either of those two restrictions.
The bottom line is that if you have valuable code and you need more than "honest
person" security, then VBA is not sufficient. You should create a COM Add-In in
VB6 or a Shared Add-In or an Excel Workbook in VB.NET and Visual Studio Tools
For Office.
End quote................................
Gord Dibben MS Excel MVP
>thats fairly un-nerving, what do people do to protect excel sheets then,
cw - 12 Dec 2007 10:05 GMT
Thanks Guys
I will look into the COM addins and the like
are there any that people can recommend that available to buy/download ???
CW
> Here is info quoted from Chip Pearson's site..........................
>
[quoted text clipped - 27 lines]
>
>>thats fairly un-nerving, what do people do to protect excel sheets then,