I am looking for some help/guidance on creating a .bat file to pass a list of characters into a password dialog box in Excel. In other words, I know that the password is 3 characters long (26^3 possibilities). I tried using WorkSpace Macro Pro to do this, but it is taking too long.
My coworker recommended that I create a .bat file. Where as I have 17,576 (26^3)lines of code. I would need a log file to see which password was successful in opening the file. I have never written a .bat file in my life, so maybe somebody can help me out! Thanks! Darren