H
Hawk
I have created an excel spreadsheet that imports lots of
data and then processes it. I have been experiencing an
error when I run the procedure that processes the data.
However, if I insert some breakpoints in the procedure and
step thru the code, the error does NOT occur and
everything works fine.
Why would an error occur when run w/o breakpoints, and NOT
occur when run with breakpoints? Here is all the info:
The first error I get is:
Run-Time error '13':
Type mismatch
Then when I hit OK, I get the following:
Microsoft Excel-Climet.xls: excel.exe-Application Error
The instruction at "0x00000000" referenced memory
at "0x00000000". The memory could not be read.
Since the second error is poping up, I do not get a chance
to see at what line the "Type mismatch" has occurred. I
don't really know how there can be a "Type mismatch" since
it works fine when I step through the procedure using
breakpoints. I have absolutely no idea how to move
forward from here. I would truely appreciate any help.
TIA...
data and then processes it. I have been experiencing an
error when I run the procedure that processes the data.
However, if I insert some breakpoints in the procedure and
step thru the code, the error does NOT occur and
everything works fine.
Why would an error occur when run w/o breakpoints, and NOT
occur when run with breakpoints? Here is all the info:
The first error I get is:
Run-Time error '13':
Type mismatch
Then when I hit OK, I get the following:
Microsoft Excel-Climet.xls: excel.exe-Application Error
The instruction at "0x00000000" referenced memory
at "0x00000000". The memory could not be read.
Since the second error is poping up, I do not get a chance
to see at what line the "Type mismatch" has occurred. I
don't really know how there can be a "Type mismatch" since
it works fine when I step through the procedure using
breakpoints. I have absolutely no idea how to move
forward from here. I would truely appreciate any help.
TIA...