Comment Cell (Annotation Section)
Office 2010
Contains the text that appears in a comment.
To get a reference to the Comment cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Annotation.Comment[i]
|
To get a reference to the Comment cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionAnnotation |
Row index: | visRowAnnotation + i |
Cell index: | visAnnotationComment |
Show: