View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Speed up password cracker in Excel ?

That doesn't work in XP & up, sorry.
--
HTH. Best wishes Harald
Followup to newsgroup only please.

"Paul P" wrote in message
...
Sub SheetPassword()
ActiveSheet.Protect "", , , , True
ActiveSheet.Range("a1").Copy ActiveSheet.Range("a1")
End Sub


It has worked on all types of Worksheet password.