Skip to content

v1.7.0

Compare
Choose a tag to compare
@jozefizso jozefizso released this 10 Nov 22:28
· 17 commits to main since this release

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.