Thread
:
How can I get comment from excel?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
How can I get comment from excel?
Sub commment()
Dim c As Comment
Set c = Range("C8").Comment
MsgBox (c.Text)
End Sub
--
Gary''s Student - gsnu200856
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student