"Which command is used to allow a user to enter a value in a box
(as shown in Figure 1) and then display that in cell A4? "
1)"UserInput = InputBox(""Enter a value"")
Cells(4, 1) = UserInput"
2)"InputBox = (""Enter a value"")
Cells(4, 1) = InputBox"
3)"UserInput = InputBox(""Enter a value"")
Cells(1, 4) = UserInput"
4°"InputBox(""Enter a value"") = UserInput
Cells(4, 1) = InputBox"
Answers
Answered by
0
Answer:
F2 key
Explanation:
Similar questions
English,
1 month ago
Math,
1 month ago
Social Sciences,
2 months ago
Chemistry,
10 months ago
Math,
10 months ago