Excel Erroring on Close

  • Thread starter Thread starter Denny Behnfeldt
  • Start date Start date
D

Denny Behnfeldt

I have a large Excel 2000 application (4 to 7 MB, it can vary) that works
fine on most procedures in it. There is one particular procedure that adds a
tempory worksheet and then copies a large range (20 columns x up to 25,000
rows) into the file from another Excel file into it, for some analyzing and
easy access. When the procedure is done, it deletes the new sheet with this
data, and ends normally.

After running this procedure, when you go to close this main Excel file, I
get the "Excel has encountered a problem and needs to close..." box of
death.

If any other procedure has been run, but that one, it closes fine. Seems
like a memory problem. Since I am copying a large range, I am sure to use:

Application.CutCopyMode = False, at the end of the procedure to clear the
clipboard, I believe.

Any other ideas?

Thanks in advance,
Denny
 
Try copying it in, say, blocks of 5000 rows each instead of all 25000 at once.
 

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

Back
Top