I am making my first VBA program and trying to run the following function. The function checks a specific named range for the first row which does not have a value greater t
You are getting that error because you have a module with the same name as the function.
Change that name to say find_Purchase and everything will be fine :) See the image below...
find_Purchase