I have found the following code on this site, which works great. What I would like to do is unlock just the comment to allow the user to go to "Review" then "Edit Comment" if needed.
Option Explicit
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Excel.Range, Cancel As Boolean)...