Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. dim num as Integer
  2. num = Right(Selection.FormFields.Name, 1)
  3.  
  4. If Selection.FormFields.Result = "Ed" & num Then
  5. 'Perform one action
  6. else
  7. 'Perform another action
  8. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement