unlocking workbooks

  • Thread starter Thread starter guilhaume
  • Start date Start date
G

guilhaume

Hi all
I have thousands of excel file which workbooks are protected
I know the password
somebody told me visual basic was the easiest way to unlock protecte
workbooks
I don't know VB
Can somebody provide me a vb code in order to unlock those files?

Thanks to al
 
What type of protection?

Tools|protection|protect worksheet
tools|protection|protect workbook

Or File|open password?

If it's the worksheet password:

I'd build a worksheet that contained the name of the workbook in column A.
the name of the worksheet in column B (multiple rows per workbook)
and the password for each worksheet in column C

If it's the file|open password, then just the filename in column A
and the password to open in column B.

Post back with more details and I'm sure someone can help out looping through
the list trying to unlock, well, whatever you have locked.
 

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