Skip to content

v1.6.0

Compare
Choose a tag to compare
@jozefizso jozefizso released this 26 Sep 12:13
· 20 commits to main since this release

This release changes the VbaCompiler to compile the vbaProject.bin and the macro file to output streams instead of files.

Features

  • The VbaCompiler.CompileVbaProject(Stream) will save the vbaProject.bin content to the stream
  • The vbaCompiler.Compile*MacroFile() methods will accept streams

Breaking change

  • VbaCompiler no longer supports compiling files directly to file path

vbamc tool

  • The vbamc tool will generate macro file in correct format based on the file extension