D
Danny
Hi,
Please edit the macro below so when the user clicks on CANCEL or CLOSE the
box, Range A1 existing input won't change.
Sub InputNumber()
Range("A1").Value = InputBox("What is the number?")
End Sub
Thank you.
Please edit the macro below so when the user clicks on CANCEL or CLOSE the
box, Range A1 existing input won't change.
Sub InputNumber()
Range("A1").Value = InputBox("What is the number?")
End Sub
Thank you.