Application error with VBA code

  • Thread starter Thread starter jd
  • Start date Start date
J

jd

I have a file named box.xls with data and VBA code in it.

The last thing I changed was VBA code to save the workbook
when open using the number in cell A1. Ex: a1 contains
the # 15, it should save it as 15.xls

Now when I try to open the file I get an application error
The instruction at"0x300844da" referenced memory
at "0x00001034". The memory could not be "read"

Any thoughts?
 
Have you tried running it on another box?

This will tell you whether it's the file, or the installation at fault.

If you're on a network using roaming profiles, try to log on yourself to
another box. On the other hand, try to get another user to open the file on
your box. This separates user from computer at fault.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top