Connecting Tech Pros Worldwide Forums | Help | Site Map

Using MZtools Freeware for VBA

sara
Guest
 
Posts: n/a
#1: Dec 30 '05
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


Randy Harris
Guest
 
Posts: n/a
#2: Dec 30 '05

re: Using MZtools Freeware for VBA



"sara" <saraqpost@yahoo.com> wrote in message
news:1135952423.284581.149890@g44g2000cwa.googlegr oups.com...[color=blue]
> 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
>[/color]

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.

--
Randy Harris
tech at promail dot com
I'm pretty sure I know everything that I can remember.


John Mishefske
Guest
 
Posts: n/a
#3: Dec 31 '05

re: Using MZtools Freeware for VBA


Randy Harris wrote:[color=blue]
> "sara" <saraqpost@yahoo.com> wrote in message
> news:1135952423.284581.149890@g44g2000cwa.googlegr oups.com...
>[color=green]
>>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
>>[/color]
>
>
> 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.
>[/color]

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
'---------------
RoyVidar
Guest
 
Posts: n/a
#4: Jan 2 '06

re: Using MZtools Freeware for VBA


sara wrote in message
<1135952423.284581.149890@g44g2000cwa.googlegroups .com> :[color=blue]
> 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[/color]

I think, if you download the current version (MZ-Tools 3.0 for VBA), it
comes with an installation file (MZTools3VBASetup.exe), which should be
able to perform a successfull installation by doubleclick.

--
Roy-Vidar


Closed Thread