Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am saving a file named abc.xls with the following code: Application.DisplayAlerts = False ActiveWorkbook.SaveAs Filename:="abc", _ FileFormat:=xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=True, CreateBackup:=False Windows("abc.xls").Close Problem : When I try to open this saved file I get the following message: "EXCEL.exe has generated errors and will be closed by windows. You will need to restart the program. An error log is being created." Note: I don't get this message when I save manually the same file. Question 1: Any clue why I get this pop-up? and what is the remedy? Question 2: Where is this logfile in windows/office 2000? Any help would be much appreciated |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro saved .xls file is not opening in 2007 | Excel Discussion (Misc queries) | |||
Edits not saved when re-opening file | Excel Worksheet Functions | |||
Excel file not opening when saved with Extention .html | Excel Worksheet Functions | |||
Shared file not opening to a saved point | Excel Discussion (Misc queries) | |||
Stop "Book1" from opening from a saved file | Excel Discussion (Misc queries) |