i = InputBox$(“Enter Your Name:”, _
“Input Box Example”,”Garrett”)
If i = “Garrett” Then
MsgBox “You work for DragonScripting.com”
Else
MsgBox “You do not work for DragonScripting.com”
End If