the code I copied is:
With Worksheets(1).Range("e5").AddComment
.Visible = False
.Text "reviewed on " & Date
End With
when debugging in 3th line gave me syntax mistake. Well this is MS help place and it's supposed to work. My version Excel is Office365 so supposed to be often actualized on windows 10 64 ... any suggestion? I copied this code from https://learn.microsoft.com/es-es/office/vba/api/excel.comment