inputbox question

J

Joy

can I format inputbox like this:

some text
some text
some text
________
ID: |________|
__ ______
|OK| |Cancle|

The box after ID should be smaller. How can I specify the size of the box?

OK and cancel should be below ID and the box.

It seems the default inputbox is Ok and cancel above inputbox?

thanks
 
J

Jack Dahlgren

Joy,

You can't add things to the input box. If you want to do this, you need to
build your own input form. You would then show the form, and get the data.
Then hide the form. You will need to declare variables with scope to cover
both your original code/form and the new form.

-Jack
 
Top