Spreadsheet.ClearCaseStates

This function clears the case states of the indicated range of cases. Defaults to first case/last case of spreadsheet.

Syntax Parameters Return Value
Sub Spreadsheet.ClearCaseStates( _
    Optional fromCase As Variant, _
    Optional toCase As Variant)
  • fromCase [in,optional]

Type: Variant

  • toCase [in,optional]

Type: Variant

This function does not return a value.