View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Helge's Helge's is offline
external usenet poster
 
Posts: 16
Default Error when saving Excel output file

I met with a problem that will need some help.

I am developing an Excel report engine that will dynamically generate
an excel output file.

Most of the time, the execution is perfect. however, there is an
instance when I get an error. I found that it happen when the Save()
method is called. The error is saying something about "due to memory or
resource errors"

I dont know how to get around this problem.

Helge