DBTable.ReplaceMD

Replaces the missing data in the specified range of variables in the spreadsheet.

Syntax Parameters Return Value
Sub DBTable.ReplaceMD( _
    Variables As Variant, _
    Optional selectionIncludeExpression As String = "", _
    Optional selectionIncludeList As String = "", _
    Optional selectionExcludeExpression As String = "", _
    Optional selectionExcludeList As String = "", _
    Optional weightVar As Integer = 0)
  • Variables [in]

    Type: Variant

  • selectionIncludeExpression [in, optional]

    Type: String

    Default value: " "

  • selectionIncludeList [in, optional]

    Type: String

    Default value: " "

  • selectionExcludeExpression [in, optional]

    Type: String

    Default value: " "

  • selectionExcludeList [in, optional]

    Type: String

    Default value: " "

  • weightVar [in, optional]

    Type: Integer

    Default value: 0

This function does not return a value.