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
Another cause I found for the #NAME? error is that the macro workbook with the custom function has a range name the same as the function name. I changed the function name and solved the problem.