I've started a project to help modularize VBA and VBScript development and make it more SCM friendly.
It's a build tool like Ant (or Nant, or MSBuild, etc) that is written in VBSCript.
The basic idea is that the script takes an xml build file which contains the tasks required to either disassemble a file (VBScript, Word Doc, MS Access Database, etc) into separate parts as text files, or reverses the operation and compiles the files specified back into a single document.
I've hosted the code at and would appreciate any thoughts/feedback/assistance/etc.
It's still in an early form, the only completed tasks build and decompile VBS files, but I'm working on VBA documents too.
Let me know what you think.
Cheers
Ben
----------------------------------------------
Ben O'Hara
It's a build tool like Ant (or Nant, or MSBuild, etc) that is written in VBSCript.
The basic idea is that the script takes an xml build file which contains the tasks required to either disassemble a file (VBScript, Word Doc, MS Access Database, etc) into separate parts as text files, or reverses the operation and compiles the files specified back into a single document.
I've hosted the code at and would appreciate any thoughts/feedback/assistance/etc.
It's still in an early form, the only completed tasks build and decompile VBS files, but I'm working on VBA documents too.
Let me know what you think.
Cheers
Ben
----------------------------------------------
Ben O'Hara
David W. Fenton said:We could be confused in exactly the same way, but confusion might be like Nulls, and not comparable.