英文版本错误: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 ...
Else MsgBox ("Could NOT Find Any Fescal Year Flag") End End If Set regEx = Nothing End Function 1.8 注释(Comments code)个人觉得代码注释起着非常重要的作用。 -- bluetata 11/28/2018 18:40 注释语句是用来说明程序中某些语句的功能和作用;VBA 中有两种方法标识为注释语句。 单引号 ' 举例:' 定义...