09-10-2009, 01:59 AM
use the following:
Dim a
a = inputBox("Please Enter Input")
'Variable (a) is now set equal to whatever value the user input.
Dim a
a = inputBox("Please Enter Input")
'Variable (a) is now set equal to whatever value the user input.