Afternoon,
I have a really simple python script in which user is asked to input a share purchase price, script looks up price and returns whether user is up or down.
Currently the input, and text output are done in the CMD prompt which is not ideal. I would love to have in excel a box for inputing purchase price, a button to press and then a cell in which the output is printed.
Is there any straightforward ways to put the python code in the button code where you would normally have VBA? Or alternative hacks?
Thanks in advance