Python Forum
Automation using python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Automation using python (/thread-24926.html)



Automation using python - Santhosh_Sangar - Mar-11-2020

I have an excel with two gui button performing some task based on the VBA scripts written
Is there anyway we can write a python code to open the excel ,click the gui button and wait till the VBA scripts run and close the excel once done automatically

Any suggestions #python #excel #automation