I'm trying to do the following:
The user enters a name in an input box
The name is compared to a range (in this case, the range is called "Names")
If the name is contained within the range, copy it to A1
If the name is not contained in the range, close 2 files("status change" and "vacation") and show a msgbox UserEntry & " not found!!"
Please take a look at my code and let me know what I'm doing wrong:
I don't know how to combine the code to get it to copy if it is there and do the other commands if it is not.
Thanks in advance for any help you can provide.
Bookmarks