[Migrated content. Thread originally posted on 22 February 2012]
I have several Net Express programs that read Excel spreadsheets and they do it quite well. The only issue that I have is when it reads an invalid cell. The program crashes.I receive the following error:
Execution of the program EXPTNMGR has been interupted. This program is not animatable, but you can view the call/perform stack. The cause of the interupt was: 114 Attempt to access item beyond bounds of memory.
Are there any error handling routines for this?
The actual statements are as follows:
invoke ExcelObject "getCells" using by value I-Row *> This statement works fine
by value I-Col
returning Cell.
invoke Cell "getValue" returning Cell-Value. *> This is where I get the above message
invoke Cell "finalize" returning Cell. *> Does not get to this statement
The actual value in the cell is "- SUITE A102NM" (quotes not part of cell value)
Any ideas?
NormanG

