#NAME? error in Excel for VBA Function

后端 未结 12 1040
耶瑟儿~
耶瑟儿~ 2020-12-31 01:01

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

12条回答
  •  渐次进展
    2020-12-31 01:45

    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.

提交回复
热议问题