Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
AMN3161
in reply to: Anonymous

I have had a similar issue,

 

run your code and see if you have some background excels open in your task manager

 

if so toss this at the end of your rule

 

GoExcel.Close  

It wont close your open excels you are working with, just closes the background processes that inventor created during the code running 

 

edit, sorry didnt see that you already tried that. I had a bunch of background excel running after my code ran and it was causing problems. but it fixed it for me