Input Box

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...

GoTo

GoTo toThis MsgBox”This line of code will be skipped over and go directly to toThis: unless this code is broke…” MsgBox ” This line of code is not working now. toThis: MsgBox “Code is working properly.”