I have an excel spreadsheet with a massive amount of VBA and macros that include a button.
How do I execute VBA code in Excel (specifically to clicking the button and trigger its onclick event) outside excel from python (for example)?
Note: I'm willing to take answers in different languages like C++, C#, or Java; but, by far I would prefer them in python since it'll more smoothly connect with the remainder of my python applications.
Note 2: I may need to manipulate the excel spreadsheet with python using one of the python excel libraries available
Version Numbers:
Microsoft Excel Office 365 Version 1708 Build 8431.2079
python 2.7