DBTable.Recode

Recodes the specified variable.

Syntax Parameters Return Value
Sub DBTable.Recode( _
    Variable As Integer, _
    OtherValueMode As SpreadsheetRecodeOtherType, _
    OtherValue As Variant, _
    SelectionModeArray As Variant, _
    SelectionStringArray As Variant, _
    DestValueArray As Variant)
  • Variable [in]

    Type: Integer

  • OtherValueMode [in]

    Type: SpreadsheetRecodeOtherType

  • OtherValue [in]

    Type: Variant

  • SelectionModeArray [in]

    Type: Variant

  • SelectionStringArray [in]

    Type: Variant

  • DestValueArray [in]

    Type: Variant

This function does not return a value.