Home All Groups Group Topic Archive Search About
Author
2 Mar 2006 3:29 PM
Tony D
I have a small system- a menu in VB .Net calling a VB .Net DLL that allows a
user to access an ADO Database and extract data to a new/existing EXCEL file

The user can extract multiple tables- the problem is when I exit the excel
(this is all done behind the scenes so user does not see anything)- the
EXCEL.exe stays in the task manager till the user returns and exits the menu

I save/close the workbook and quit the application- but EXE does not go away=
any ideas appreciated
nd
--
tony

Author
2 Mar 2006 3:42 PM
Carlos J. Quintero [VB MVP]
See:

Office application does not quit after automation from Visual Studio .NET
client
http://support.microsoft.com/default.aspx?scid=kb;en-us;317109

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


Show quoteHide quote
"Tony D" <To***@discussions.microsoft.com> escribió en el mensaje
news:2DE124FF-0531-4433-8173-6C7E49D3A02F@microsoft.com...
>I have a small system- a menu in VB .Net calling a VB .Net DLL that allows
>a
> user to access an ADO Database and extract data to a new/existing EXCEL
> file
>
> The user can extract multiple tables- the problem is when I exit the excel
> (this is all done behind the scenes so user does not see anything)- the
> EXCEL.exe stays in the task manager till the user returns and exits the
> menu
>
> I save/close the workbook and quit the application- but EXE does not go
> away=
> any ideas appreciated
> nd
> --
> tony