Killing all Instances of running Excel process
I have an application where I have used a Webbrowser component in a wrapper to open an Excel worksheet. Now, when I press the exit key of the form containing the Webbrowser component, I woul开发者_运维知识库d like it to find that particular Excel instance (leaving others) and kill it.
How can I do that?
精彩评论