Skip to content

Releases: DecimalTurn/VBA-Build

v1.3.0

02 Jun 03:06
578bed9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

23 May 22:25
6157244
Compare
Choose a tag to compare

What's Changed

  • Add Excel Binary Workbook (.xlsb) file format support by @DecimalTurn in #3

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 May 23:50
0e9bb22
Compare
Choose a tag to compare

What's Changed

  • [Experimental] Add support for running VBA unit tests via RubberDuck

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

v1.0.0

20 Apr 18:04
0498102
Compare
Choose a tag to compare

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

v0.1.0 - Demo Release

02 Jun 02:56
7192dd3
Compare
Choose a tag to compare

A minimal version that showcases how it's possible to build an Excel file from VBA and XML source code.

For the demo see: VBA-Build-Demo