Oliver Dewar
Board Regular
- Joined
- Apr 17, 2011
- Messages
- 201
Hi All,
I am building a program/database in excel and have a cell in each row to contain the correspondence log for each client.
Everything goes smoothly until a few emails and replies have been sent then I get the dreaded 'Error 7 - Out of memory' when VBA tries to add the latest email to the log.
I am assuming that there is some kind of a limit to the cells capacity... is this right?
If this is right... I can only see one solution (but am open to others). What I'm thinking is that I have 'spill-over' cells into which the log is put when the previous cell is full. I don't know what the code would look like but I guess I'd need to say on error 7, start putting the code into this cell instead.
If this sounds like the simplest solution, could you give me the code needed to respond to this error? If this is not the best solution... what is?
Thanks for your help in advance.
I am building a program/database in excel and have a cell in each row to contain the correspondence log for each client.
Everything goes smoothly until a few emails and replies have been sent then I get the dreaded 'Error 7 - Out of memory' when VBA tries to add the latest email to the log.
I am assuming that there is some kind of a limit to the cells capacity... is this right?
If this is right... I can only see one solution (but am open to others). What I'm thinking is that I have 'spill-over' cells into which the log is put when the previous cell is full. I don't know what the code would look like but I guess I'd need to say on error 7, start putting the code into this cell instead.
If this sounds like the simplest solution, could you give me the code needed to respond to this error? If this is not the best solution... what is?
Thanks for your help in advance.