Skip to content
Compare
Choose a tag to compare
@DecimalTurn DecimalTurn released this 20 Apr 18:04
· 71 commits to main since this release
0498102

Updated demo: VBA-Build-Demo

What's Changed

This action now supports:

  • Word (.docm) and PowerPoint (.pptm) Files
  • More Excel File Formats
  • Forms (.frm) and Class Modules (.cls) Files
  • Custom File Names

Word (.docm) and PowerPoint (.pptm) Files

The CI workflow will auto-detect the Office application needed to generate the file based on the file extension in the name of the folder where your source code is located.

More Excel File Formats

Regarding Excel, the following extensions are now suported:

  • .xlsm
  • .xlam
    * .xlsb

Forms (.frm) and Class Modules (.cls) Files

Forms (.frm) files can now be imported into the project. Note that the .frx file with the same file name needs to be in the same folder for it to work properly.

Class Modules (.cls) files can now be imported. Note that Excel or Word objects such as Workbooks, Worksheets and Documents exported as .cls files are not yet supported.

Custom File Names

You can now use any file name for the folder that contains source code and it will use the same name for the generated file.

Full Changelog: v0.1.0...v1.0.0