View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Application error with VBA code

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.


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"jd" wrote in message
...
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?