I like so many others seek out code snippets from time to time to provide some functionality. Most are easy to incorporate. But I have not yet figured out how to use a function, like below. How does one call something like this in another program?
Private Function Search(path As String, Recursive As Boolean) As Boolean
'Whatever
End Function