Search results

  1. C

    Ghost Excel Instance when starting Excel using VBA from within Access 2007

    When I create an instance of Excel using VBA within Access, then close Excel (using the quit method), it leaves the instance running (visible in the task manager). If I close Access, the instance disappears from the Task Manager. Dim objXLApp As Excel.Application Set objXLApp =...
Back
Top Bottom