DisplayNoteIndicator Property [Excel 2003 VBA Language Reference]

True if cells containing notes display cell tips and contain note indicators (small dots in their upper-right corners). Read/write Boolean.

Example

This example hides note indicators.

Application.DisplayNoteIndicator = False

Applies to | Application Object

See Also | ActivateNext Method | ActivatePrevious Method