Re: Using MZtools Freeware for VBA



Randy Harris wrote:
"sara" <saraqpost@xxxxxxxxx> wrote in message
news:1135952423.284581.149890@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Hi -
I know I have lots of dead code in my Access 2000 app. I wanted to
remove it and I saw this free software on prior posts to remove dead
code.  My problem is that I downloaded the VBA  version and I can't
figure out how to execute it!  The instructions say to use the
installed icons, but I have Help, Uninstall and a link to the web site.
I tried the VB60 version and got the same results.

Can anyone help?  I'm feeling a little stupid right about now, and
hoping someone knows what to do here.

thanks
sara



Sara,

For use in A2K, you must use the VBA version (Version 3). Once it's
installed go to the code window, Add In Manager. You should see it in the
list. Once it's loaded, you should see it in the Tools menu and you can
activate the MZ-Tools toolbar.


You may also need to register the MZTOOLS3.DLL with a command line like this:

  regsvr32 c:\<path to the file>\mztools3.dll

typed in at a Command Prompt window.

--
'---------------
'John Mishefske
'---------------
.



Relevant Pages

  • Using MZtools Freeware for VBA
    ... I know I have lots of dead code in my Access 2000 app. ... remove it and I saw this free software on prior posts to remove dead ... installed icons, but I have Help, Uninstall and a link to the web site. ...
    (comp.databases.ms-access)
  • Re: Using MZtools Freeware for VBA
    ... > I know I have lots of dead code in my Access 2000 app. ... > installed icons, but I have Help, Uninstall and a link to the web site. ... Sara, ...
    (comp.databases.ms-access)
  • Re: The Perfect Disassembler Thema
    ... fails in the other thread. ... This code is used in some other apps, but each app contains a lot of dead codebase. ... I have removed if a few times of course, and in that case, the dissassebler do not find any errors in the dead code. ... Anyone who disagrees with you is the enemy and must be ...
    (alt.lang.asm)
  • Re: The Perfect Disassembler Thema
    ... Wannabie's example is a good example of where the disassembler ... > fails in the other thread. ... Because the PE in question contains large of DEAD code. ... This code is used in some other apps, but each app contains a lot of dead ...
    (alt.lang.asm)
  • Re: The Perfect Disassembler Thema
    ... fails in the other thread. ... Because the PE in question contains large of DEAD code. ... This code is used in some other apps, but each app contains a lot of dead ... Dead code == reason why the assembler worked, ...
    (alt.lang.asm)