I have a Class file deployed on Win2000 Server in form of a DLL which

generates Excel Report.

Many clients can generate the excel report concurrently. Sometimes one or two

of the Excel process gets hang up.

I need an application in VB(running on Win2000 Server) which only checks for

the process "Excel.Exe" (there may be many excel.exe running in the task

manager at the same time) and if the time-stamp of that is greater than 60 sec. ,

i need to kill that Excel.Exe process without disturbing other Excel.exe or other

processes.

Regards,