Input Boxes
-Predefined dialogue box that has proppt, textbox, OK, and Cancel buttons
-Used to get info from a user
Syntax
-Input Box (Prompt, Title)
-Input Box is placed into a variable
EX.strName=InputBox("Prompt", "Title")