Excel:there was a problem sending the command to the program

症状:同事开Excel的时候,弹出错误提示框提示:There was a problem sending the command to the program,如图:

原因:不详

解决方法:baidu了下,发现是注册表的问题,找到如下key值:HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\ ,将下面的文件夹:Excel改个名字就好了。

查看本栏目更多精彩内容:http://www.bianceng.cnhttp://www.bianceng.cn/Office/excel/

时间: 2024-10-28 21:43:35

Excel:there was a problem sending the command to the program的相关文章

Excel 2007提示:There was a problem sending the command to the program

症状:用户打开任何Excel文件都弹出这个错误提示:There was a problem sending the command to the program,如图: 原因:设置及软件冲突 解决方法:试了重装office都不行.最后google找到方法.进Excel Option--Advanced--General--Ignore other applications that use Dynamic Data Exchange (DDE)" is not checked(去掉这一项前面的勾

VS2012的There was a problem sending the command to the program问题

版本:VS2012 Express 问题现象 安装Visual Studio 2012 Express之后,双击打开web.config文件时经常出现"There was a problem sending the command to the program"的错误,然后VS2012 Express打开了,但web.config文件没打开,需要再次双击web.config文件才能打开.很是烦人. 出现条件 问题出现在双击web.config文件时第一次启动VS2012 Express

解决VS2012 Express的There was a problem sending the command to the program问题_实用技巧

问题现象 安装Visual Studio 2012 Express之后,双击打开web.config文件时经常出现"There was a problem sending the command to the program"的错误,然后VS2012 Express打开了,但web.config文件没打开,需要再次双击web.config文件才能打开.很是烦人. 出现条件 问题出现在双击web.config文件时第一次启动VS2012 Express,如果VS2012 Express已

EXCEL隐含模块中的编译错误:设表格式

当您的EXCEL表格出现这样的错误对话框: "EXCEL隐含模块中的编译错误:设表格式"时,可能是由于如下的原因引起的. 一.错误的宏代码 表格中可能引用到宏,要么是宏代码有错误,要么是宏根本就不存在,或者是宏代码中所引用的模块不存在所引起的. 遇到这种情况,最好的办法就是把宏给删除. 方法很简单:按下组合键 Alt + F11 进入VBA窗口,找到ThisWorkBook,接着往下找,就能找到代码了,然后删除. 二.重新设置系统帐户 遇到这种问题,最麻烦的就是重新安装OFFICE也是

C++读写Excel的实现方法详解_C 语言

1.导入Excel类型库使用Visual C++的扩展指令#import导入Excel类型库: 复制代码 代码如下: #import "C:\\Program Files\\Common Files\\microsoft shared\\OFFICE14\\MSO.DLL" \     rename("RGB","MsoRGB") \     rename("SearchPath","MsoSearchPath&qu

汉诺塔迭代算法(Towers of Hanoi, classic problem (recursiv

//Towers of Hanoi, classic problem (recursive method)//Java how to program, 5/e, Exercise 6.37-38import javax.swing.*;import java.awt.*;import java.awt.event.*;public class HanoiTowers extends JApplet implements ActionListener { int number, starting,

expect man page

expect - programmed dialogue with interactive programs, Version 5 Synopsis expect [ -dDinN ] [ -c cmds ] [ [ - [f |b ] ] cmdfile ] [ args ] Introduction Expect is a program that "talks" to other interactive programs according to a script. Follow

CQRS架构学习笔记

CQRS is just a concept that we can seperate the application to two parts: the write part and the read part, that's all; Command: A command represents what user want to do, user can send a command to the system to ask the system what he or she wants t

PHP发送邮件

PHP发送邮件的实例,页面部分代码: $smtpserver = "smtp.163.com";//SMTP服务器          $smtpserverport =25;//SMTP服务器端口          $smtpusermail = "username@163.com";//SMTP服务器的用户邮箱          $smtpemailto = $email;//发送给谁          $smtpuser = "username@163