I have a dropdown option on excel. I want that when the user inputs something on that dropdown, my python script automatically starts running and enters the output into the excel file.
I know how to make python read and write into excel files and that part of the code works fine. However, I have difficulty automating the process.
Is there a way for python to automatically start running?