Is it a password to actually open the workbook, or just a password to change the worksheets?
Main Topics
Browse All TopicsHi,
I have a excel workbook in which have more then 5 work sheet and that excell workbook is password protected and I just want to edit in that workbook.
Please some one tell me how can I do editing in that file.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: jrt01ukPosted on 2008-05-16 at 04:23:44ID: 21581771
There are a number of methods available for you to access the workbook to which you've forgot the password.
l/password .html
The easiest is probably this one: http://www.straxx.com/exce
Alternatively, if you're familiar with Visual Basic Editor, you can try the following:
1. Open your spreadsheet.
2. Hit ALT+F11 (to open the VBE, Visual Basic Environment)
3. On the menubar go to "Insert|Module"
4. Copy and paste the supplied code snippet into the new window that just appeared.
5. Hit ALT+F11 to return to the spreadsheet.
6. Hit ALT+F8 to get the Macro dialogue box up.
7. double click on the name "PasswordBreaker" in the list box.
This should break the password on your workbook if you've forgotten it.
Select allOpen in new window