A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
oem7110 wrote:
Subject: how to open excel in safe mode?
It seems to me that my excel file is corrupted, but I am still able to open it with ctrl
Pressing Ctrl while (double-)clicking on an Excel file icon does not start Excel in safe mode.
Instead, you must (double-)click on the Excel program icon while pressing and holding Ctrl. Continue to hold down Ctrl until you see the following prompt:
Click on Yes. Once Excel is open, click on File, then Open to open your file. (But see below first.)
Note: If you suspect a corrupted Excel program shortcut (unlikely), you can click on Start, then Run from the desktop, and enter the full path name for excel.exe followed by /s separated by a space. For the default XL2003 path, the command would be (note the use of double quotes):
"C:\Program Files\Microsoft Office\OFFICE11\excel.exe" /s
But you should use Explore or Search File to find excel.exe on your system, in case it is not installed in the default path.
oem7110 wrote:
after that it keeps busy forever, and not able to stop it.
Before you open the file in Excel, set manual calculation mode (Tools > Options > Calculation).
Also, set macro security to Medium (choose whether or not to run macros). Then when you open the Excel file, choose to disable macros.
Note: This will not stop all open processing. For example, if you use INDEX in some contexts, Excel does recalculate those formulas, even though INDEX is not a volatile function.
oem7110 wrote:
can I use "_" within the name of Sub?
Yes.