Can't. He's passworded the modules....thanks rorya, btw, keep thinking.... it's a good thing..
Main Topics
Browse All TopicsAs a senior QA Analyst whiz (a modest one, too :), I've been tasked with QA_ing a macro development project that essentially reformats an excel spreadsheet created by a cognos data store so the user doesn't have to when previewing the sheets (reports). The contractor developer has become annoyed with me doing my job (who likes to be told that their baby is ugly?). Being a former (hesitate, long sigh) developer, I know a little bit about coding, and was dutifully pointing out all of the structural trash (I mean work in progress) to the client, as well as the really easy functional faults that are occurning. As such, the wicked developer has disabled debug, cutting my hands off at the wrists in trying to develop real tests, leaving me to have to pick off the low-hanging fruit only. Does anyone know how I can re-enable debug after breaking the macro execution? I've asked the evil developer a couple times to do so, but really, when it comes down to it, does a development contractor really care what a QA contractor needs (sorry, I digress, that's a WHOLE 'nuther subject)...enough griping for now.... thanks for any help.....
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.
Ah, then I see three obvious choices:
1. Get one of the powers that be to explain to the contractor that if he likes getting paid, you need to have access to the code to debug it. (I assume you have good reasons for needing to see the actual code rather than whether it works or not)
2. Get yourself one of the many password breakers out there.
3. Google! We are not really supposed to assist with password cracking attempts. ;)
Regards,
Rory
Business Accounts
Answer for Membership
by: roryaPosted on 2008-03-13 at 10:33:57ID: 21118647
If he has just disabled it by adding error handlers (useful or otherwise) to everything, then you can just set the Break on all errors option the VBEditor when working with the macro. If it's not that, then I'll have to have a think!
Regards,
Rory