I have an Excel spreadsheet that keeps track of notes throughout the day. It is not a complicated form, the users types into one cell for each record that they want to enter. Once the user is finished with entering their notes for the day they hit a button that saves it into a different location with all of the other notes from the previous days. I would like to add a couple of columns that will have to be entered before the notes are tranferred. Once the users is done entering the note in the cell it will ask him "Why" (vbExclamation) and set the focus on the next cell. I know how to do this in a DB with the Event Procedures but do not know how to in Excel. Thank you in advance.