Within excel, what is the VBA coding to determine if the active cell has a comment assigned to it?

Submitted by: Administrator
Test: ActiveCell.Comment.Text

If ActiveCell.Comment.Text = "" Then
No Comment

If Not ActiveCell.Comment.Text = "" Then
Active Cell has a Comment
Submitted by: Administrator

Read Online Analytical Job Interview Questions And Answers