Activex dll files

  • Thread starter Thread starter daniel
  • Start date Start date
D

daniel

I have a program developed in VBA which run as addin program i
Microsoft Excel. The only protection here is a password which is no
good enough.

I read in office 2000 developers edition I can change this to Active
DLL file and compile it.

I would be greatful if some one can explain to me how to do it.


Regards
 
"...And the next sign of the Apocalypse will be..."
*****
I have a program developed in VBA which run as addin program in
Microsoft Excel. The only protection here is a password which is not
good enough.

I read in office 2000 developers edition I can change this to Activex
DLL file and compile it.

I would be greatful if some one can explain to me how to do it.


Regards!

You need a copy of Visual Basic 6 (VB5 would probably work - maybe even
VB4). VBA is a superset of VB, and for the most part, VBA can be dropped
into "regular" VB with very little modification. Unfortunately, VB6 &
earlier are no longer for sale, though you can buy copies on eBay and
similar auction sites. Also, I rather doubt that VB.NET would work (but
I don't know for sure).
 
You can write add-in in VS.NET but MS have not supplied PIAs for Office2000 AFAIK.

--
 
Back
Top