Why is Excel blank when opening it? How to solve the problem when Excel document is opened for the first time

PHPz
Release: 2024-08-30 18:04:10
Original
328 people have browsed it

Excel is an easy-to-use tabular data processing software. Many users are using it. However, recently some users found that when using it, they encountered a situation where the document was completely blank when they were opened for the first time and needed to be opened twice. I don’t know how. What's going on, it may be caused by DDE. This article brings detailed solutions to share with everyone, let's take a look.

为什么打开excel是空白 Excel文档首次打开空白的解决方法

The solution to the problem that the Excel document opens blank for the first time:
  1. Win+R, open Run, enter regedit, and open the registry.
  2. Find [HKEY_CLASSES_ROOTExcel.Sheet.12shellOpencommand] and change the (default) value below it to something like this [C: Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE %1″], please note that there is a space before [%1″], that is, replace all the content after the original [EXCEL.EXE] with [%1″]. fenye3. The same operation as step 2, but this time find [HKEY_CLASSES_ROOTExcel.Sheet.8shellOpencommand], and then change its value to something like this [C: Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE %1″], pay attention to [ There is a space in front of %1″], that is, replace all the content after the original [EXCEL.EXE] with [%1″]. fenye4. Click OK. Then reopen the form and you can open it all at once.

    为什么打开excel是空白 Excel文档首次打开空白的解决方法

The above is the detailed content of Why is Excel blank when opening it? How to solve the problem when Excel document is opened for the first time. For more information, please follow other related articles on the PHP Chinese website!

source:xpwin7.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!