问题应该不是因为space不能识别,而是你的项目某些库文件找不到了 看看:工程-引用中 是不是有某个库显示为missing了 你的程序是引用office 的automation处理excel的vb6应用还是运行在excel中的vba宏啊
I was creating a lot of versions of the file to avoid any issue, but even so, suddely, the file crashes and I had this messase: " Impossible to find project or library" - "É Impossível localizar o projeto ou a biblioteca" in portuguese, just for reference. I google it and ...
On the VBA window go to Tools->References and uncheck the MISSING references.ClosedXML - Create Excel files in .Net Thursday, January 20, 2011 7:07 AM Appears OK to me but the error message " Cant find project or library." suggests it could possibly be the references in VBA. ...
打开EXCEL 老是出现VBAproject密码是设置错误造成的,解决方法为:1、首先启动桌面上的excel。2、打开文档。3、找到你所需要修改或编辑的Excel文件,然后点击【文件】。4、点【文件】后下方有个【文档加密】,点开后选择【密码加密】。5、在弹出来的方框里,找到输入密码那一条方框里,输入你自定义的密...
英文版本错误:Can't find Project or Library 解决办法:按Alt+F11进入VBE窗口依次点击 Tools -> References找到缺失的类库,勾选掉。如果有特殊的添加类库,需要看窗口下面Location的路径是否存在该类库。Excel VBA默认的5个引用类库(英文)1. Visual Basic For Applications (This is the library that defines the ...
如果忘记了Excel表格中的VBA项目密码,可以采取以下方法来处理:使用密码恢复工具:最直接的方法是使用密码恢复工具或服务。这些工具可能采用字典攻击、暴力破解等方式尝试解密,但成功率并非百分之百,且可能需要较长的时间。从备份中恢复:如果之前有过代码的备份或版本控制,可以从备份中恢复未加密的代码。
EXCELVBAProject 密码破解 过程可能有些繁琐,EXCEL 工作表保护密码破解 方法: 1\翻开文件 2\工具---宏---录制新宏---输入名字如:aa 3\停止录制(这样得到一个空宏) 4\工具---宏---宏,选 aa,点编辑按钮 5\删除窗口中的所有字符(只有几个),替换为下面的容:(复制吧) 6\关闭编辑窗口 7\工具---宏--...
Since Excel Online doesn't recognize VBA, it removes that as well. Sometimes it also happens through the preview window in sharepoint or web, where some user does it automatically click and the file opens...with the indicated problem, in your sent image. Perhaps someone is working with Exce...
无法直接解除或绕过Excel VBAProject密码,因为这涉及到软件的安全性和版权保护。 如果忘记了Excel表格中的VBAProject密码,通常意味着无法直接访问或修改VBA代码。以下是对此情况的 Excel的VBAProject密码是一种保护措施,用于防止未经授权的访问和修改VBA代码。这种密码保护可以帮助保护敏感信息,确保只有授权用户...
Excel中的公式sum能让你不用去一个个将数字相加,Vlookup让你不用在两个表中来回找数据,VBA则能将...