JamieArvato
Technical User
Don't ask ! but we keep our HR database as a single table in an Excel file....I know !!??!?
How can I ensure that each employee number that is keyed has not been used before ? I was thinking on using Worksheet_Change and then looping through every row between the one I'm on and the top and checking and if it finds an = then Application.Undo and MsgBox but don't know exactly how to write the code.
Thanks.
How can I ensure that each employee number that is keyed has not been used before ? I was thinking on using Worksheet_Change and then looping through every row between the one I'm on and the top and checking and if it finds an = then Application.Undo and MsgBox but don't know exactly how to write the code.
Thanks.