linked linked linkedin whatsapp remove
Feedback

VBA Quiz VBA

To change a comment in cell A1, which will do the job?

Range("A1").Comment.Text("My Comment")
Range("A1").Comment("My Comment")
Range("A1") = "My Comment"
Range("A1").Text("My Comment")

Answer:
Range("A1").Comment.Text("My Comment")

Note: This Question is unanswered, help us to find answer for this one