Running VBA without Excel

leszekrakow

New member
I was wondering if running VBA macros is possible without MS Excel. Maybe rewriting it in VBScript, running with WSH.
If there was a possibility to make an app in VBA and run it as standalone app with your security system I would be more than happy. Maybe you have a solution?
 
Currently not. But we are working on a VBA compiler and licensing tool similar to XLS Padlock. Except that it can create DLL files. And with a simple C program you could create an executable andl be able to invoke the compiled VBA macros directly.
 
Back
Top