Removing protected VBA projects

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: gilbert (gilbert.15f4rf_at_excelforum-nospam.com)
Date: 04/28/04


Date: Wed, 28 Apr 2004 05:27:17 -0500

Hi...

I got a file created by my staff who has left...using VBA. He somehow,
lock and hidden the macro....resulting I can execute the macros...when
I used Visual Basic Editor to check...I found that it is password
protected...

I tried to use Excel password remover to remove the password but
fail...is there anyway we could remove this password?

Pls advise urgently...

---
Message posted from http://www.ExcelForum.com/


Relevant Pages

  • Re: a few issues with events
    ... the compiler or JIT engine should always be able to check if a thing is null and just not execute the code using the null reference. ... Of course, this would lead to problems where code silently fails when a reference is null, in many cases simply not executing code that's very important to execute. ... you should never lock on "this" anyway. ... If you want a thread blocked on Jointo process messages, you will probably have to use p/invoke to get at the SendMessagefunction directly, and also override the WndProc method in your Form class so that you can receive the message sent by SendMessage. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Fwd: [HP3000-L] Max Extents and Extents size from intrinsic FFILEINFO
    ... EXECUTE: FALSE ... APPEND: FALSE ... LOCK: FALSE ... * To join/leave the list, search archives, change list settings, * ...
    (comp.sys.hp.mpe)
  • Re: per cpun+ spin locks coexistence?
    ... You cannot switch to another processor in schedule_work, ... structures to be freed and then have to protect it by a global lock. ... Two CPUs doing fdtable free operations simultaneously will ... schedule_workis guaranteed to execute the work queue at least once, ...
    (Linux-Kernel)
  • Re: windows (vb.net 1.1) service - threading issue
    ... new thread seems to try and also tries to execute Timer1.Stop. ... End Sub ... SyncLock in this way? ... enters the lock, and never exits - then yes, you could deadlock. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: [patch] SMP alternatives
    ... when LOAD microinstruction is executed. ... LOCK ADD, EDX ... locked and ADD and STORE can't execute because they're waiting for LOAD ...
    (Linux-Kernel)