File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,17 @@ The main script is contained in `Main.ps1` and will perform the following action
18
18
- Renames the ZIP file with the appropriate Office extension (e.g., .xlsm)
19
19
- VBA Integration:
20
20
- 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
23
23
- Output:
24
24
- 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)
26
32
27
33
## Why?
28
34
@@ -37,8 +43,7 @@ This could be used to:
37
43
## What's next?
38
44
39
45
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
42
47
- Signature of the VBA Project (to facilitate distribution)
43
- - Forms and Classes
44
48
- More complex file structure using [ vba-block] ( https://www.vba-blocks.com/manifest/ ) configuration file (manifest file)
49
+ - Microsoft Access file formats
You can’t perform that action at this time.
0 commit comments