Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've read zillions of threads on this and can't figure out why Excel process
is still running. Can someone help? Private ExcelApp As Excel.Application Private oBooks As Excel.Workbook Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click CreateObject("Excel.Application") Wb = ExcelApp.Workbooks.Open("C:\Book1.xls") End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click ExcelApp.Workbooks.Close() '(or Wb.Close) ExcelApp.Quit End Sub I don't get why even after ExcelApp.Quit, Excel.exe still appears in task manager... Atchoum |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can't quit excel | Excel Discussion (Misc queries) | |||
vba advice how 2get a input box to quit by entering the word quit+ 4 a msgbox to disp | Excel Programming | |||
Excel Won't Quit | Excel Programming | |||
Excel doesn't quit | Excel Programming | |||
Excel won't quit | Excel Programming |