Excel VBA - Application.Match无法正常工作(IsInArray)

时间:2016-02-09 08:56:28

标签: excel vba match

我已经编写了我的第一个正确的Excel脚本,但最后一步似乎不起作用。我将整个代码包含在注释中,但重要的短块是End之前的最后一段代码,For循环就在这条评论之后:

[root@lrweb ~]# systemctl stop mariadb [root@lrweb ~]#

我也在想我的函数定义中的“ByVal”也可能与问题有关吗?

'-------------------- perform search and write into destination

1 个答案:

答案 0 :(得分:0)

添加excel Index()函数以检索多维数组的所需列数组。

IsInArray = Not IsError(Application.Match(stringToBeFound, Application.Index(arr, , 2), 0))