View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
TonyM TonyM is offline
external usenet poster
 
Posts: 10
Default Worksheet Password Recovery

Having a brainstorm - forget what I posted previously! Not
true.


-----Original Message-----
You only need access to the vba editor to 'unprotect' a
worksheet without knowing the password. Highlight the
worksheet in the VBA project pane, then change the

visible
property to xlSheetVisible in the Properties pane. You

can
then reset the password to whatever you want. Don't know
why you would wish to recover the existing password

itself
though.

-----Original Message-----
Hi all,

Does anybody know the best way to write a macro that

will
recover the password for a worksheet ?.

I am told that the security for this is weak and

therefore
writing a program to access this is simple .

However, how is this different from writing any other
program to recovery a password (length undetermined) .
Afterall standard techniques would apply (e.g brute

force,
dictionary methods etc..), so how is this easier for a
worksheet ?.

Also, I have a program that recovers VBA passwords from
Excel workbooks but I have no idea how it does this !??
But it does so instantly without fuss (excel versions
XP,2000,95). Can somebody explain how ?.

Any help on this, would be appreaciated.

Many thanks,


.

.