access query/excel.exe problem

J

JKC

I import data into Excel using a VBA macro and an Access query. This
works fine, the problem is that the Excel application is still using
way too much memory after the query is done. All calculations are
finished, but the whole system is bogged down by excel.exe. Even if I
close excel after the query has run, excel.exe is still running in the
background. Does anyone have any idea how to fix this. Thanks
 
S

shockley

Sounds like you have two instances of excel running before you close excel.
Use Task Manager (Ctrl-Alt-Del), the Processes tab, before you close Excel
to see if there are two instances of excel in the list. What OS are you
using?
 
J

JKC

shockley Posts: n/a

Re: access query/excel.exe problem

--------------------------------------------------------------------------------

Sounds like you have two instances of excel running before you close
excel.
Use Task Manager (Ctrl-Alt-Del), the Processes tab, before you close
Excel
to see if there are two instances of excel in the list. What OS are
you
using?


I'm using XP. I have checked this and there is only one running. It
Just seems very strange because I've been running this type of macro
for years. Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top