Add Comment To Cell (with Message Box) Online Excel and Excel Macro (VBA) Courses Copy Macro 'For online Excel courses click: https://www.excelsizeyeter.com/excelwithkenan.com/udemy_giris.php Sub InsertionComment() Dim MyCmt As String Dim LaCell As Range Set LaCell = Application.InputBox("Cliquez sur une cellule", Default:=ActiveCell.Address, Type:=8) MyCmt = InputBox("Inscrivez votre commentaire") On Error Resume Next With LaCell .AddComment With .Comment .Visible = True .Text Text:=MyCmt End With End With End Sub Report problem with this macro This macro does not work. There's an error in the code. Other You can write your comments about the error in the box below. Report error ALL MACROS Youtube Channel The following macros may be useful for you. Similar Results NoMacro Name 1 add comment to cell (with message box) 2 excel operators hk 3 Add comment to selected cell 4 Add comments to the active cell with Inputbox 5 Add Quick Access to custom Lists. Add custom List Access to the Right-Click Menu 6 add a picture to the description 7 still inputbox 8 Track and Report User Changes in an Excel worksheet or workbook 9 a1e force to enter date with vba 10 add a comment to the active cell and set the font and point for that comment 11 and deleting formulas for formulated cells on a sheet / page as comments 12 entering formula with message box 13 Find the last cell and address it as a message 14 adds a blank description to the selected cell 15 double-click to add the date and time to the comment 16 lists the named cells in detail on the wb_names sheet / page 17 annotate 18 Add a comment to a cell 19 add a cell value to a comment 20 message or macro according to the value in the cell