Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 381 Bytes

File metadata and controls

16 lines (16 loc) · 381 Bytes

macro_python

A python program that run Excel Macro using pywin32 package.

Requirements

  • This only works on Windows computers.
  • Microsoft Excel installed
  • One excel macro in the excel file named Macro1

Install pywin32 package

pip install pywin32

Run the program

python main.py

For more information about pywin32

https://pypi.org/project/pywin32/