Computer Science, asked by stanisgaming27, 2 months ago

"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 korockhazra12
0

Answer:

F2 key

Explanation:

Similar questions