Excel Interface

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony D

    #1

    Excel Interface

    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
  • Carlos J. Quintero [VB MVP]

    #2
    Re: Excel Interface

    See:

    Office application does not quit after automation from Visual Studio .NET
    client


    --

    Best regards,

    Carlos J. Quintero

    MZ-Tools: Productivity add-ins for Visual Studio
    You can code, design and document much faster:
    MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.



    "Tony D" <TonyD@discussi ons.microsoft.c om> escribió en el mensaje
    news:2DE124FF-0531-4433-8173-6C7E49D3A02F@mi crosoft.com...[color=blue]
    >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[/color]


    Comment

    Working...