Answer by
lokindra (481)
An input box will allow you to prompt data input from the user. The information should be entered in the following format: InputBox(prompt[, title] [, default] [, xpos] [, ypos] [, helpfile, context]), where 'prompt' is the text you are entering to prompt the user (e.g., prompt:= "I am prompting you for input").