Check Method See Also rowIndex The row index newVal Indicates whether to check or uncheck the check box: True: Selects the checkbox. False: Deselects the check box. DescriptionSimulates a user selecting and deselecting the check box. SyntaxVisual BasicPublic Sub Check( _ ByVal rowIndex As Long, _ ByVal newVal As Boolean _ ) Parameters rowIndex The row index newVal Indicates whether to check or uncheck the check box: True: Selects the checkbox. False: Deselects the check box. See AlsoCheckBoxColumn Object