annotation
On Mar 8, 7:28 pm, "jimmy" wrote:
How to write a annotation to a cell explain what the cell means?
Thanks
Public Sub test()
Range("A1").AddComment Text:="This is annotation"
End Sub
adds a comment to the A1 cell of the active sheet
regards
Paul
|