View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill_S Bill_S is offline
external usenet poster
 
Posts: 30
Default Check a user-input value against a list of values?

I need a basic vba routine that pops up a dialogue box so a user enters his
id. Then it checks his id against the id_list on the ID sheet that's in
workbook. If the Id is found in the list (which means it's a valid id) then
the routine executes.