Thank you all for helping me figure this out, A kind user from another board answered my question and here is the solution:
Private Sub Worksheet_Change(ByVal Target As Range)
Range("A1").Comment.Delete
Range("A1").AddComment
Range("A1").Comment.Visible = False
Range("A1").Comment.Text CStr(Range("A2").Value)
End Sub
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum