P paul.robinson Mar 8, 2007 #2 How to write a annotation to a cell explain what the cell means? Thanks Click to expand... 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
How to write a annotation to a cell explain what the cell means? Thanks Click to expand... 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