Write VBA from file into vbaProject.bin. Based on OfficePurge.
Take the below steps to setup Visual Studio in order to compile the project yourself. This requires a couple of .NET libraries that can be installed from the NuGet package manager.
The below 3rd party libraries are used in this project.
| Library | URL | License |
|---|---|---|
| OpenMCDF | https://github.com/ironfede/openmcdf | MPL-2.0 License |
| Kavod.Vba.Compression | https://github.com/rossknudsen/Kavod.Vba.Compression | MIT License |
- Install Mono
msbuild /t:restore- Debug build:
msbuild - Release build:
msbuild /p:Configuration=Release