In general, opening an Office document is an error because the template file is wrong!!
As to why the problem is wrong, it may not be correct to close the document, and so on, re-install Office will not necessarily solve the problem!
This usually happens when all Word documents or excle documents are not open!
Workaround One: (Does not guarantee that all operating systems and environments are applicable)
Enter C:\Documents and Settings\ current user name \application Data\microsoft\templates\
Empty the Templates folder (that is, delete) and try again!
——————————————————————————————————————–
Note: The above folder will be visible in the mode of displaying all files, because the Application Data folder is a hidden property.
Solution Two:
@echo off
DEL c:\docume~1\admini~1\applic~1\micros~1\templa~1
Create a new text file, save the above command as a. cmd format, and press Y to confirm it after running!
Solution Three:
@echo off
Start c:\docume~1\admini~1\applic~1\micros~1\templa~1
Create a new text file, save the above command as a. cmd format and delete the Normal.dot file under the Templates folder after running
(All deletions under the Templates folder are OK.)
Solution IV: (For XP/WIN7/WIN8 and different environments)
The simplest way: open My Computer-go to the C drive, press Ctrl+f to search, search Normal.dot, delete!
Haha, now, open the document again, is not open!
Note: If you open or prompt for an error, it is possible that the document or table is damaged! If it is not open, the prompt is searching for installation files, then only reinstall Office!!
Office Document (DOC,XLS,PPT) open an error resolution!