using variables with Find
Thank you so much! I needed to add a reference to the other sheet just
in case they didn't click in the name field to begin with.
personToFind = InputBox("Enter name exactly as it appears in
column A")
Sheets("complete list").Select
Range("A1").Select
|