Hi i am handing Excel file with vb. but even i close the application Excel.exe will be their in Windows Task Manager. so whenevr i run my code, Excel.exe count increses....so at one stage i can not open excel file. since its objects are not closed.

In clode i have clearly closed anf kille dthe objects

like,

myExcel.Close

set myExcel as nothing
set myWorkSheet as nothing
set myWorkBook as nothing


But in task manager i can see Excel.exe

Please reply