Python Forum

Full Version: Is it possible to access and list all macro names in an excel file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I have an excel file with several macro.

Is it possible to list these macro names using python?

I have installed xlrd-1.1.0-py2.py3-none-any.whl, and python3.4.4.

Thank you.

Kitty