Check if Users ID is in List on Sheet (1 Viewer)

tucker61

Registered User.
Local time
Today, 09:57
Joined
Jan 13, 2008
Messages
321
I have a form where the user enters their ID number,

When User inputs their number into Cell A5, i want it to check if the contents match a list that is on my Lists page.
If they are not set up, i want them to get a msgbox.

I am guessing this is in in the Worksheet.change section of the vba.

Whats the best way to do this.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 00:57
Joined
May 7, 2009
Messages
19,229
what you need is Data Validation.
 

Attachments

  • List.zip
    8.1 KB · Views: 130

tucker61

Registered User.
Local time
Today, 09:57
Joined
Jan 13, 2008
Messages
321
Never thought of that. Looks like I was trying to over complicate things. Thanks
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 00:57
Joined
May 7, 2009
Messages
19,229
there are many samples on the web. i am sure there are more easier tutorial. goodluck.
 

Users who are viewing this thread

Top Bottom