Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application error | New Users to Excel | |||
application error | Excel Discussion (Misc queries) | |||
How do I protect Visual Basic for Application Code | New Users to Excel | |||
Code execution skips Application.Run statement | Excel Programming | |||
Help! Application Error _< | Excel Programming |