Thread
:
Insert Comment
View Single Post
#
2
Posted to microsoft.public.excel.programming
RadarEye
external usenet poster
Posts: 78
Insert Comment
Hi Larry,
I created this in XL2003:
Sub AddComment()
On Local Error Resume Next
ActiveCell.AddComment
ActiveCell.Comment.Text _
Text:=Application.UserName & _
vbNewLine & "ORDERED"
End Sub
HTH,
Wouter
Reply With Quote
RadarEye
View Public Profile
Find all posts by RadarEye