asibin2000
Programmer
So I have a fairly robust VB.NET winform that opens excel and collects data.
The problem is that I am still testing it, and trying to debug it can be problematic.
So i'm asking if someone has a code snippet for VB.net that would kill any extraneous excel.exe running..
So the programs opens a specific excel sheet, and right now i am trying to debug a business process but when the program crashes it leaves several instances of excel.exe running, so i have to manually delete these within ctrl alt delete.
I'm looking for a little function that i'd place at the start of my program that would clear out all those stuck excel.exe's
Once I get all the bugs out of the my program it wont be an issue because I have a good close function.
Thanks,
Asi
The problem is that I am still testing it, and trying to debug it can be problematic.
So i'm asking if someone has a code snippet for VB.net that would kill any extraneous excel.exe running..
So the programs opens a specific excel sheet, and right now i am trying to debug a business process but when the program crashes it leaves several instances of excel.exe running, so i have to manually delete these within ctrl alt delete.
I'm looking for a little function that i'd place at the start of my program that would clear out all those stuck excel.exe's
Once I get all the bugs out of the my program it wont be an issue because I have a good close function.
Thanks,
Asi