I have UserForm1 that adds a new row of data to ws1 based on the data submitted in the UserForm. In column "E" of this new row, I'm trying to get the UserForm1, CommandButton1 click macro to add a checkbox to the empty cell, center it within the cell, and then use the value of Userform1.Checkbox2 to either check or uncheck the newly inserted checkbox. Greatly appreciate the help! Also, is there a way to control the size of the inserted checkbox via macro to ensure it's scaled proportional to the rest of the worksheet?