Hi Nicademas
Do you want a cell to display the answer from an input box? If so you can use syntax like this:
Range("F8").Value = InputBox("How many chickens?")
Whatever they put in the input box ends up in cell F8. You can restrict the replies (see Help)
If you are doing this and nothing displays in the cell, check the underlying formatting of the cell or any conditional formatting that could be hiding it.
Hope this helps
Derek
This message was edited by Derek on 2002-02-21 16:57