0

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?

user5435739
  • 73
  • 2
  • 2
  • 6

1 Answers1

0

I would like to mark this question as duplicate but i don't have enough rep to do so. Look here: Python Unittest: Open and wait until the program is closed

Community
  • 1
  • 1
Paul
  • 315
  • 1
  • 9