ransomedbyfire
Board Regular
- Joined
- Mar 9, 2011
- Messages
- 121
I was toying with the idea of password-protecting a spreadsheet the other day via VBA code. I used the code
but then removed it. Now, my spreadsheet thinks it has a password even though it doesn't, which means I cannot get into it any more. I have tried using password-cracking software to get in, but no password can be found (because I don't think there is one). Is there any way to get around this?
Thanks!
Code:
Password=passwordtext
Thanks!