szakharov7723
Board Regular
- Joined
- Jun 22, 2018
- Messages
- 85
- Office Version
- 2019
- Platform
- Windows
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 would call it in Python.
In my VBA code I use the following:
Application.EnableEvents = False
Application.ScreenUpdating = False
But I am not sure how I would call it in Python.