v1.7.0
This release add new vbamc
tool argument to set extended properties in the compiled documents.
Usage
Call vbamc
with the argument --property
with key value pair PropertyName=Value
:
vbamc -m Module.vba -c Class.vba --property Generator=VbaCompiler
This will create extended property named Generator
with value VbaCompiler
in the compiled Office document.