I coded a function in a module that searches column A:A for a string (passed as an input) and returns the full content of the first cell in range A:A that contains that piece of string...
THe function works fine when I execute is from the sub test(), but I cannot make it work in the sheet...