Thanks, but this isn't what I want to do. Not only do I not want to be able to select the cells with comments (the original code already does that), but I don't want to be able to select the comment, or textbox itself. And I don't want to protect the sheet.

I tried
[vba]If not Application.Intersect(Target, Cells.SpecialCells(xlCellTypeComments)) Is Nothing...[/vba]but that didn't work either.