Comment Cell (Miscellaneous Section)
Office 2010
Contains the comment text in string format for a shape.
You can also insert a comment by clicking New Comment on the Review tab.
To get a reference to the Comment cell by name from another formula, or from a program by using the CellsU property, use:
Cell name: | Comment |
To get a reference to the Comment cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowMisc |
Cell index: | visComment |
Show: