Below you will find pages that utilize the taxonomy term “DecimalTurn”
February 18, 2026
Setup VBA
Version updated for https://github.com/DecimalTurn/setup-vba to version v0.1.1.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-vba GitHub Action prepares a Windows runner for VBA (Visual Basic for Applications) automation by installing Microsoft Office (if not already installed), configuring VBA security settings, and initializing specified Office applications. This action simplifies and automates the setup process for Office and VBA-related workflows, enabling seamless integration with tasks like building and testing VBA-enabled documents.
February 18, 2026
VBA Build
Version updated for https://github.com/DecimalTurn/VBA-Build to version v2.0.0.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The VBA-Build GitHub Action automates the process of building VBA-enabled Office documents (e.g., Excel, Word, PowerPoint, and Access) from XML and VBA source code. It streamlines tasks such as creating Office files, importing VBA components, running tests, and packaging the final document with embedded VBA code, making it ideal for CI/CD pipelines.
June 2, 2025
VBA Build
Version updated for https://github.com/DecimalTurn/VBA-Build to version v1.3.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add Excel and Word Objects support by @DecimalTurn in https://github.com/DecimalTurn/VBA-Build/pull/6 Add PowerPoint .ppam addin file format support by @DecimalTurn in https://github.com/DecimalTurn/VBA-Build/pull/7 Full Changelog: https://github.com/DecimalTurn/VBA-Build/compare/v1.2.0...v1.3.0
May 24, 2025
VBA Build
Version updated for https://github.com/DecimalTurn/VBA-Build to version v1.2.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add Excel Binary Workbook (.xlsb) file format support by @DecimalTurn in https://github.com/DecimalTurn/VBA-Build/pull/3 Full Changelog: https://github.com/DecimalTurn/VBA-Build/compare/v1.1.0...v1.2.0
May 22, 2025
VBA Build
Version updated for https://github.com/DecimalTurn/VBA-Build to version v1.1.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed [Experimental] Add support for running VBA unit tests via RubberDuck Full Changelog: https://github.com/DecimalTurn/VBA-Build/compare/v1.0.0...v1.1.0
April 21, 2025
VBA Build
Version updated for https://github.com/DecimalTurn/VBA-Build to version v1.0.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 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.