Advertisement
phoenixR

Snippet: InputBox

Aug 31st, 2021
1,859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Dim Answer, Password
  2. Password = "ht&&$6"
  3. While Answer <> Password
  4.     Answer = InputBox("Text", "Title")
  5. Wend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement