Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am accessing a Excel object from VB 6.0. To open the
object I use the following; Dim xlApp As Excel.Application Dim xlBook As Excel.Workbook Dim xlSheet As Excel.Worksheet Set xlApp = New Excel.Application Set xlBook = xlApp.Workbooks.Add Set xlSheet = xlBook.Worksheets.Item(1) My problem when I use the following code; Set xlSheet = Nothing Set xlBook = Nothing Set xlApp = Nothing to close the object, the process is still runnig in the background in the process list. What do I do to remove it from the process list and actually close the object. I am using windows 2000 OS. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing workbooks w/o closing Excel | Excel Discussion (Misc queries) | |||
2 Label Options - Forms Object vs Control Box Object | Excel Discussion (Misc queries) | |||
Object Variable Not Set Error on Selection object | Excel Worksheet Functions | |||
help !!!!.. Excel object not closing | Excel Programming | |||
Help on closing object properly | Excel Programming |