I am processing over Excel files in Python, and opening it as a part of it. I suspect my code doesn't execute fully because it doesn't recognize warning messages
In my VBA code I use the following:
Application.EnableEvents = False
Application.ScreenUpdating = False
But I am not sure how I...