Find If Value Exists on other Worksheet (Excel)
问题 I have a macro tied to a button click event on my Excel worksheet. When this event fires, I need to see if the value on my worksheet FeedSampleForm Range("A5:B5").Value exists anywhere in column B of my other worksheet FeedSamples . Can anyone assist me with this? I'm barely a user when it comes to Excel, and this is my first time "Developing" with it. EDIT : Current Code below. This is for different save procedures depending on if saving a new record or saving after editing a previously