Oh...didn't see your restriction on "<". Try this instead:
VB Code:
  1. If txtNumber.Text \ 12 = 0 Then
  2.     lblOutput.Caption = txtNumber.Text + 12
  3. End If