If you are using COM objects like Microsoft Excel or Microsoft PowerPoint, you may sometime notice that the COM instances are not releasing from the process list; even though you called Close(), Quit() on the application instance.
In case you faced the same issue, this post will guide you to find the Process ID (from the HWND) of that particular instance to take further action to release it.