View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JD JD is offline
external usenet poster
 
Posts: 2
Default Application error with VBA code

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?