VBA.Filter函数,快速提取数组包含某值的数据
至尊台球达人团吧
全部回复
仅看楼主
level 11
硫酸下 楼主
arr = Array("a","b","c")
s = VBA.Filter(arr,"d")
if UBound(s) < 0 Then
Debug.Print "Not exists"
2018年10月19日 01点10分 1
1