Skip to content

Python script and Pipeline configuration file to extract VBA source files from MS Office files and commit/push them to a Git repository.

License

Notifications You must be signed in to change notification settings

ej-toita/extract_vba_source

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this project?

Python script and Pipeline configuration file to extract VBA source files from MS Office files and commit/push them to a Git repository. It helps you manage your MS Office files with VBA macros on Azure DevOps.

Supporting Git Hosting Services

  • Microsoft Azure DevOps Service

Usage

Settings

for Azure DevOps

  1. Add the azure-pipelines-extract-vba.yml to your Git repository.
  2. Commit and push your local repository to the Azure DevOps Server.
  3. On the Azure DevOps Server, go to the Pipelines and create new pipeline for your repository.
  4. At the Configure your pipeline, select the Existing Azure Pipelines YAML file, and then specify the azure-pipelines-extract-vba.yml added your Git repository as a configuration file.

How to run

  1. When you pushed your change to your Git repository on Azure DevOps, the Pipeline will run and then extract VBA source files into the /vba-src directory.

About

Python script and Pipeline configuration file to extract VBA source files from MS Office files and commit/push them to a Git repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%