Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.vb.general.discussion
|
|||
|
|||
![]()
Hello,
I do not have that problem when using Excel 2002 and up, but when using Excel 2000 the problem is as follows: Set moExcelApp = GetObject(, "Excel.Application") If moExcelApp Is Nothing Then Set moExcelApp = CreateObject("Excel.Application") End If When there is not Excel application running and the code above is executed, the Excel.EXE starts as a process. Later, when the user wants to open spreadsheet the spreadsheet will not open (Excel 2000 only) and the only remedy is to terminate Excel.EXE process using Task Manager. How to prevent that situation? Should I programmatically terminate Excel.EXE process or there is another way? Any ideas appreciated, Jack |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compatibility Excel 2002 and 2000 in automation | Excel Programming | |||
RP - Office 2000 automation parameters Access and excel | Excel Programming | |||
Excel 2000 Automation Error | Excel Programming | |||
Excel 2000 Automation Error | Excel Programming | |||
Excel 2000 Automation Error | Excel Programming |