MY partner and I have a VBA application that runs as an Excel Add-in. Is there a compiler that would allow us to distribute this (license even) without giving away the VBA source code
You can write a VB6 or Office Develper project and make a DLL. The VBA password is, hmm, I will not write down the words that come to my mind... I need 15 seconds and my hex editor to completly remove any password, so we can make a race, maybe I'll win! Seriously, if the app source is worth anything don't use the VBA password!
compiler for VBA application?
r.cicca
There is no compiler but you can protect the project (Tools, VBAProject Properties).
Scott Mason
You can write a VB6 or Office Develper project and make a DLL. The VBA password is, hmm, I will not write down the words that come to my mind...
I need 15 seconds and my hex editor to completly remove any password, so we can make a race, maybe I'll win!
Seriously, if the app source is worth anything don't use the VBA password!