我已经编写了我的第一个正确的Excel脚本,但最后一步似乎不起作用。我将整个代码包含在注释中,但重要的短块是End之前的最后一段代码,For循环就在这条评论之后:
[root@lrweb ~]# systemctl stop mariadb
[root@lrweb ~]#
我也在想我的函数定义中的“ByVal”也可能与问题有关吗?
'-------------------- perform search and write into destination
答案 0 :(得分:0)
添加excel Index()函数以检索多维数组的所需列数组。
IsInArray = Not IsError(Application.Match(stringToBeFound, Application.Index(arr, , 2), 0))