lior-abadi / excel-macros-extractor

A program that extracts the VBA code from an Excel file and outputs it as a .bas raw file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

excel-macros-extractor

A program that extracts the VBA code from an Excel file and outputs it as a .bas raw file.

Usage

This program can take a batch of Excel Macro files (.xlsm) with VBA Code and outputs for each VBA code a .bas file containing that code.

  1. Specify the main directory where the .xlsm files are located.
  2. Specify the route of the output .bas files
  3. Run:
python extractMacros.py

About

A program that extracts the VBA code from an Excel file and outputs it as a .bas raw file.


Languages

Language:Python 100.0%