VBA中用mid函数显示can't find project or library,是引用哪个库啊??还有有时候VBA不能显示日历控件,又是哪个库呢??谢谢解析: mid函数应该不用引用哪个库,可以直接使用。日历控件可以在控件工具栏中点右键,出现附加控件,点击,里面就用日历控件。。00分享举报您可能感兴趣的内容广告 接单平台_接单平台_价格优惠 ...
I've been dealing with corrupt Excel files for months and months, often resorting to fully rebuilding quite complex models. The files are corrupt when the VBA modules loose the library. I don't know why it happens, but this message appears \"Can't find project or library\...
mid函数应该不用引用哪个库,可以直接使用。日历控件可以在控件工具栏中点右键,出现附加控件,点击,里面就用日历控件。。
请问高手变量赋值时提..第一我感觉你变量没声明吧。第二是我觉得报错可能是find到一个错误的单元格,如#N/A这种,而对应的.value属性对不上,所以你的程序也一起报错了,因为类型不同。你可以试试不用find,用Is???
The error says "Compiler Error: Cannot find project or library."I assume I am missing a reference to some library. What should I have referenced for the string functions to work?Thanks,Jeff KunkelFriday, December 10, 2010 9:27 PMThe file comdlg32.ocx should be in your C\WINDOWS\SYSTEM...
Compile error: Can't find project or library in Excel 2007 Trying to interact with a WebPage from within an Excel Macro Turn off Excel dialog box when saving a large file Unable to add rows in Excel 2007 after 'Format as table' Un...
Raise -1, "cMenu.TrackPopup", "Cannot find top window of current process!" h = hChild Else h = hwnd End If '传递一个默认控件以用作参考点? If hWndOfBeneathControl <> -1 Then Dim rt As RECT GetWindowRect hWndOfBeneathControl, rt X = rt.Left Y = rt.Bottom Else '否则获取当前鼠标...
您嘗試從 Visual Basic 專案內寫入 Addin 或型別程式庫。 您無法在 Visual Basic 專案中直接寫入預先封裝的增益集或類型程式庫。 如需詳細資訊,請選取有疑問的項目並按 F1 (在 Windows 中) 或 HELP (在 Macintosh 上)。 支援和意見反應 有關於 Office VBA 或這份文件的問題或意見反應...
{"noCommunity":"Cannot find community","noUser":"Cannot find current user","noNode":"Cannot find node with id {nodeId}","noMessage":"Cannot find message with id {messageId}"},"localOverride":false},"CachedAsset:text:en_US-shared/client/components/common/Loading/LoadingDot-0":{"...
英文版本错误: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 ...