The arguments for the InputBox function are:
-prompt
-title
-default
-xpos
-ypos
-helpfile
-context
....in that order
"prompt" is the message to the user inside the box.
"title" is what shows up in the title bar of the textbox.
"default" is the default value in the box.
for example:
pstrAnswer = InputBox("Please enter a value:", "Value Needed","This is the
default value")
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.