Advertisement
Guest User

HERE

a guest
Mar 26th, 2014
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. like this sir.. the name listed below this are the name that have a discount and if you are not a member you dont have a discount please help me
  2. Dim a, b As String
  3. a = (TextBox1.Text)
  4. b = (TextBox2.Text)
  5. If a = "Julius B. Tanguilig" Then
  6. TextBox2.Text = "09268862690/425673"
  7. ElseIf a = "Jodel D. Avendano" Then
  8. TextBox2.Text = "09053146571/432467"
  9. ElseIf a = "Mara Grantoza" Then
  10. TextBox2.Text = "09357648907/423094"
  11. Else
  12. TextBox2.Text = " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement