SpreadsheetRecodeOtherType

This enumeration specifies how to Recode values that do not match other recode conditions.

Syntax Constants
Enum SpreadsheetRecodeOtherType
    scRecodeOtherValue = 1
    scRecodeLeaveOtherValue = 2
End Enum
  • scRecodeOtherValue: Recode other value to specified value (pass blank string for missing data).
  • scRecodeLeaveOtherValue: Leave other value unchanged.