Thread: Cell comments
View Single Post
  #1   Report Post  
davidman davidman is offline
Junior Member
 
Posts: 8
Default Cell comments

Hi

Is there a way to check if a cell has a comment which contains a string?

What I want to do (in pseudo code) is
Code:
If Range("A1").comment.text contains "My String" Then
'Do Stuff
End If