how can i unprotect an excel worksheet when i have forgotten passw

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an excel worksheet that has been protected and I can't remember the
passowrd. Any ideas on how to unprotect the spreadsheet
 
Depends on what was protected and how it was protected. There are password
crackers available for free on the web -- do a Google Groups search using
"excel" "password" "cracker" as keywords. You'll find VBA code that you can
cut and paste into a VBA module; when you run that code, you'll eventually
(in a few seconds) be shown a password that you can use to unprotect a
worksheet. But if the worksheet has been protected more strictly, maybe via
protecting a VB project, there's no inexpensive and straightforward
solution, at least not one that I know of.

Of course, that's just my opinion. I could be wrong.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top