#NAME? error in Excel for VBA Function

后端 未结 12 1083
耶瑟儿~
耶瑟儿~ 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:33

    You are getting that error because you have a module with the same name as the function.

    enter image description here

    Change that name to say find_Purchase and everything will be fine :) See the image below...

    enter image description here

提交回复
热议问题