How does one extract the text from a comment in cell a1 to comment$ in VBA Thanks Sunil
S SUNIL PATEL Jun 3, 2004 #1 How does one extract the text from a comment in cell a1 to comment$ in VBA Thanks Sunil
B Bernie Deitrick Jun 3, 2004 #3 Sunil, Dim myComment As String myComment = Range("A1").Comment.Text MsgBox myComment HTH, Bernie MS Excel MVP
Sunil, Dim myComment As String myComment = Range("A1").Comment.Text MsgBox myComment HTH, Bernie MS Excel MVP