Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
the follwoing procedure create a simple Excel object and try to close it, but
the Excel process still in memory public sub createExcel Dim excelApp As Excel.Application excelApp = New Excel.Application excelApp.Application.Quit() ' I tried excelApp.Quit() and did not work excelApp = Nothing End sub how can I solve it? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EXCEL.EXE is not killed | Excel Programming | |||
Excel Instance is not killed from clasic asp | Excel Programming | |||
How to count process running time ( process not finished) | Excel Programming | |||
How to count process running time ( process not finished) | Excel Programming | |||
I've killed the copy process | Excel Programming |