I have written an app that uses excell to produce reports, but there is an error when closing it down, it stays in memory which is shown in the task bar.

Is there any way in which i can remove it, or better still totally destroy it.

here is the last few lines on my code....


objexcel.ActiveWorkbook.[Close] False
objexcel.Application.Quit
Set objexcel = Nothing

Thanks from Rohan