-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VBA returns old error #1158
Comments
This seems to be an issue when Windows sometimes locks the log file which is being read back for the error handling so the error isn't properly cleared. |
Is there anyway to work around this or do i have to live with it? |
Until this is properly fixed, you could just make sure that the log file is deleted when you suspect this behaviour. You'll find the log file here: http://docs.xlwings.org/en/stable/addin.html#log-file-default-locations Changing the location might also help or make it easier at least to delete manually if need be. |
Windows 10
XLwings 15.9, Excel Office 365, Python 3.7
The issue i have is that after i run a par of code that gives an error, when i solve the issue in either python or VBA and rerun the code exactly the same error is given. To me it seems like the python environment sticks in this old error. And it does not take the new code. Any solutions for this?
VBA:
The text was updated successfully, but these errors were encountered: