Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Cracking Passwords


I wrote a macro quite a while ago in Excel and locked it with a
password. I've since forgotten the password, and I would to use some
of the code in the macro. Is there any way to by-pass or break the
password?


--
PGalla06
------------------------------------------------------------------------
PGalla06's Profile: http://www.excelforum.com/member.php...o&userid=24260
View this thread: http://www.excelforum.com/showthread...hreadid=467190

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Cracking Passwords

Yes, but it will cost you. There are several available on the net. Do a
search.
Cheers,
Dave

"PGalla06" wrote in
message ...

I wrote a macro quite a while ago in Excel and locked it with a
password. I've since forgotten the password, and I would to use some
of the code in the macro. Is there any way to by-pass or break the
password?


--
PGalla06
------------------------------------------------------------------------
PGalla06's Profile:

http://www.excelforum.com/member.php...o&userid=24260
View this thread: http://www.excelforum.com/showthread...hreadid=467190



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Cracking Passwords

You are basically going to have to try every combination of numbers and
letters you think you might have used..

Use Workbook.open method and pass the password..

you will have to create permutations of your password, then loop through
them and pass them to the workbook.open method..

example.. you KNOW your password was 4 characters long and didn't use digits.
in column a of a workbook , rows
1: aaaa
2: aaab
3: aaac
.....
x: zzzz

Loop through them all passing the password to the workbook.open routine.

turn warnings off so you don't have to keep hitting yes, yes , yes.

*** IF you are not sure how many digits, and or it's many. OR if you can't
narrow down characters/letters 2 things to keep in mind.

1) it will take an EXTREMELY long time to run (but will still work)
2) it will be unrealistic to put all combinations in a worksheet. you will
have to write some sort of function to generate all combinations of all
letters(look up recursion)

hth










"PGalla06" wrote:


I wrote a macro quite a while ago in Excel and locked it with a
password. I've since forgotten the password, and I would to use some
of the code in the macro. Is there any way to by-pass or break the
password?


--
PGalla06
------------------------------------------------------------------------
PGalla06's Profile: http://www.excelforum.com/member.php...o&userid=24260
View this thread: http://www.excelforum.com/showthread...hreadid=467190


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Cracking Passwords


David

If you used the Tools Protection option when adding your password
then try this site. - Its free & has helped me in the past

http://www.straxx.com/excel/password.html


--
mudraker
------------------------------------------------------------------------
mudraker's Profile: http://www.excelforum.com/member.php...fo&userid=2473
View this thread: http://www.excelforum.com/showthread...hreadid=467190

  #5   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 4
Default Cracking Passwords

Password recovery for VBA modules (macros) in Word and Excel documents
http://lastbit.com/vba



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Cracking Passwords


Does anyone have some code written that I could work from?


--
PGalla06
------------------------------------------------------------------------
PGalla06's Profile: http://www.excelforum.com/member.php...o&userid=24260
View this thread: http://www.excelforum.com/showthread...hreadid=467190

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cracking VBAProject Password Lacty Excel Discussion (Misc queries) 1 May 16th 10 10:50 AM
Cracking password OldGymnast Excel Discussion (Misc queries) 1 October 16th 06 03:09 AM
Office Friday fun - cracking an excel Quiz... Petitboeuf Excel Discussion (Misc queries) 4 January 23rd 06 12:34 PM
Cracking 'File Open' password Andrew Excel Programming 1 May 19th 05 02:54 PM
Password Cracking Wynn Excel Discussion (Misc queries) 1 March 16th 05 10:27 PM


All times are GMT +1. The time now is 03:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"