I have an excel file that I want the user to edit. First, I open the file to the screen for him:
os.startfile("C:\Users\user1\myfolder\Input.xlsx")
I want to wait until the user closes the file and only then continue with my script.
How can I do that?