11-10-2020
04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-10-2020
04:41 AM
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