Spreadsheet.RecodeGroups

This function recodes a group of variables.

Syntax Parameters Return Value
Sub Spreadsheet.RecodeGroups( _
    sourceVariable As Long, _
    destVariable As Long, _
    Groups As Variant, _
    NewValues As Variant)
  • sourceVariable [in]

Type: Long

  • destVariable [in]

Type: Long

  • Groups [in]

Type: Variant

  • NewValues [in]

Type: Variant

This function does not return a value.