Thread
:
Excel Process Hanging ( Interop.Excel)
View Single Post
#
5
Posted to microsoft.public.excel.programming
wav
external usenet poster
Posts: 2
Excel Process Hanging ( Interop.Excel)
you kill only first of your objects.
type before release Excel app next
if (Marshal.IsComObject(wb))
{
while (Marshal.ReleaseComObject(wb) 0) { };
wb = null;
}
Reply With Quote
wav
View Public Profile
Find all posts by wav