You are on page 1of 1

ElseIf WorksheetFunction.CountIf(ws1.Range("H:H"), Me.TxtItemDescription.

Value)
> 0 And WorksheetFunction.CountIf(ws1.Range("D:D"), Me.txToolNo.Value) > 0 Then
MsgBox "and Item Description and Item Description is already exist." &
vbCrLf & "The Tool No and Item Description can't be Order in MO entry",
vbExclamation, "Verification"
Exit Sub

You might also like