Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这部分代码的最后一行收到类型不匹配错误:
Dim test As Object Set test = Mid(Trim(row.Cells(1, 19).Value), 9, 1) Mod 2
我该如何解决?
VBA 中没有类型层次结构,Object它用于对象实例,它不能保存原始类型。
Object
用一个Long
Long
Dim test As long test = Mid(Trim(row.Cells(1, 19).Value), 9, 1) Mod 2
当我尝试执行一些 GIT 命令时(我仍然是 GIT 的新手),我注意到我所有的文件都<<HEAD----在其中。现在,我做了什么来删除它们,我手动转到所有文件以删除它们<<HEAD ----
<<HEAD----
<<HEAD ----
现在发生的情况是,即使我删除了这些<<HEAD ---,我现在也收到 500 内部服务
<<HEAD ---