Input box
Posted by lucky on December 20, 2001 1:49 AM
Hi I wish to know how to use an input box so that the data entered by the user is transferred to a cell on a sheet. ie.
Sub auto_open()
x = InputBox("which scheme?", "deposit calc", vbOKCancel)
End Sub
So when the scheme number is entered it transfers to a cell, so it cutomises that sheet.
And can I use more than one input box as the file opens to gather more data?
Thanks in anticipation.