'VBA function to check if ANY of a list of substrings is contained 'within a string: Function AnyIn(s$, ParamArray checks()) As Boolean Dim ...
確定! 回上一頁