Answers

Question and Answer:

  Home  Analytical

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

Test: ActiveCell.Comment.Text

If ActiveCell.Comment.Text = "" Then

No Comment

If Not ActiveCell.Comment.Text = "" Then

Active Cell has a Comment

 230 views

More Questions for you: