Quantcast
Channel: #NAME? error in Excel for VBA Function - Stack Overflow
Viewing all articles
Browse latest Browse all 14

Answer by Siddharth Rout for #NAME? error in Excel for VBA Function

$
0
0

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


Viewing all articles
Browse latest Browse all 14