Metadata-Version: 2.4
Name: vba-sync
Version: 0.1.0
Summary: Export and import VBA macros from Word (.docm) and Excel (.xlsm)
Home-page: https://github.com/AndyTakker/vba-sync 
Author: Andrey Kolesov
Author-email: never-ya@yandex.ru
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Office/Business :: Office Suites
Classifier: Environment :: Win32 (MS Windows)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pywin32
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# VBA-Sync

A command-line tool for exporting and importing VBA macros from Microsoft Word (.docm .dotm) and Excel (.xlsm .xlam) files.

## Installation

```bash
pip install vba-sync
```

# Requirements
Python >= 3.7
Microsoft Word or Excel installed
Trust access to the VBA project object model enabled in Office settings

# USAGE

## Export macros
vba-sync export your_file.docm

## Import macros
vba-sync import your_file.docm

[![License](https://img.shields.io/github/license/AndyTakker/vba-sync )](https://github.com/AndyTakker/vba-sync )
