Convert VBA code into dll

I

intell1

Dear all:

What tools are required to convert vba code into dll's? I have Office
2000 and use VBA macros in Excel, but can find no way to convert my code
into dlls.

TIA,
Nikolas
 
H

Howard Kaikow

You will need either the Developer edition of Office 2000, or a stand-alone
product such as Visual Basic 6 to compile the code.

Although, MSFT no longer sells VB 6, you should still be able to find legal
retail copies at places such as www.atomicpark.com. Also, check at, say,
www,pricegrabber.com, but be wary of illegal copies.

Note that although I do have Office 2000 Developer Edition, I find using VB
6 is better.
 
Top