InputBox |
This is function will display a message
box for the user to enter a value or a message. The format
is
MyMessage=InputBox(Prompt,Title,default_text,x-position,
y-position)
- Prompt - the message displayed in the
input box
- Title- the title of the input box
- Default_text - the test that appears in
the input field
- X-position and y position - the
position of the input box
|