Skip to content

Commit 2f03231

Browse files
authored
Update README.md
1 parent 0498102 commit 2f03231

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ The main script is contained in `Main.ps1` and will perform the following action
1818
- Renames the ZIP file with the appropriate Office extension (e.g., .xlsm)
1919
- VBA Integration:
2020
- Ensures no Office applications are running that could interfere
21-
- Enables the Visual Basic Object Model (VBOM) in the registry of the Windows GitHub Worker
22-
- Opens the Office file and imports all VBA modules (.bas files) from your source directory
21+
- Enables the Visual Basic Object Model (VBOM) and general macro permissions in the registry of the Windows GitHub Worker
22+
- Opens the Office file and imports all modules (.bas), Forms (.frm) and Class Modules (.cls) from your source directory
2323
- Output:
2424
- Saves the final document with embedded VBA code
25-
- Places the resulting file in your repository (Note that you'll need to commit that file or create a build artifact to preserve it)
25+
- Uploads the resulting documents as build artifacts
26+
27+
## Support File Format
28+
29+
* Excel (.xlsm, .xlam, .xlsb)
30+
* Word (.docm)
31+
* PowerPoint (.pptm)
2632

2733
## Why?
2834

@@ -37,8 +43,7 @@ This could be used to:
3743
## What's next?
3844

3945
Depending on the reaction of the community, I might add support for:
40-
41-
- Access, Word and PowerPoint
46+
- Workbook, Worksheet and Document (Word) Objects
4247
- Signature of the VBA Project (to facilitate distribution)
43-
- Forms and Classes
4448
- More complex file structure using [vba-block](https://www.vba-blocks.com/manifest/) configuration file (manifest file)
49+
- Microsoft Access file formats

0 commit comments

Comments
 (0)