Forum Discussion
Spell out issue?
#NAME? error means Excel is not familiar with the function you are using. Maybe that UDF is not available now in your file.
While your file is open, press Alt+F11 to open the VB Editor and check in the project explorer pane on the left to see if there is a Module inserted like Module1 etc. Double click that module and see if the code window contains the function you are using.
If you don't find that function in there, that means you have lost it and you will need to place it again to make it work.
- Budman36Sep 03, 2019Brass Contributor
That was the issue. Not sure how it was deleted, but it's back and works now.
Thanks for the help.
- Subodh_Tiwari_sktneerSep 03, 2019Silver Contributor
You're welcome! Glad I could help.
Please take a minute to close your question by accepting the post as an Answer which helped you to resolve the issue you were having.