CellComments Property (PageSetup)
Gets or sets a
CellComments contstant specifying the type of print cell comments displayed. This feature allows users to suppress the display of cell comments when printing a worksheet.
'Declaration
Public Property CellComments As CellComments
'Usage
Dim instance As PageSetup
Dim value As CellComments
instance.CellComments = value
value = instance.CellComments
Property Value
A
CellComments contstant specifying the type of cell comments displayed.