Ply: Excel.exe application error

  • Thread starter Thread starter jackspd
  • Start date Start date
J

jackspd

How do I resolve the following error message:

The instruction at "0x3023b49b" referenced memory
at "0x0000012c". The memory could not be "read".

Click on OK to terminat eh aplication
Click on CANCEL to debug the application

Thanks
 
Will need more information. What was your computer doing before the error occurred? Did you try to save an Excel workbook in code?

I've got a similar problem which occurs where I try to save and close the application from within a VB generated dll. From the research I've done the suggestion is to pass a reference of that the excel object via ByRef rather than ByVal. Am looking into that now.
 
Back
Top