![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 3
|
Is there something special to do in order to get this data from an input cell and store(by .value perhaps) in a cell?
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Perth Australia
Posts: 1,567
|
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 ] |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
To restrict entries, you must use Application.InputBox, the InputBox alone doesn't have this capability.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|