View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default sheet copy method fails...

It is a known issue...

http://support.microsoft.com/default...b;en-us;210684
--
HTH...

Jim Thomlinson


"mark" wrote:

Hello.

I have a process that has a lot of data to process.

So, I split it up so that it process each project separately. To do this, I
have a template sheet that is being copied out to process the individual
projects.

After processing closet to half of them (I'm not sure yet if the fail point
is consistent), the sheet.copy method fails. This time, it was on the 179th
attempt at it.

Does that sound like I'm running into a memory error?

I debugged and just put a sheets(1).copy sheets(1) in there just to test
for sure that it was the sheets.copy method failing.

It is.