I know I can use the Worksheet_Change event to do things when a new row is inserted. Is there a way to get it to automatically add a form checkbox to a specific column of the newly-inserted row? That is, whenever someone inserts a row, I want a form checkbox to appear in let's say column C of that row.