Something interesting in my everyday life.... Take a Notes... or better yet... Take a Blog! :)
Function IsInArray(stringToBeFound As String, arr As Variant) As Boolean IsInArray = (UBound(Filter(arr, stringToBeFound)) > -1) End Function
No comments:
Post a Comment