VBA syntax question
Posted by Darin on January 29, 2002 7:50 AM
When I try to do a VBA program, I type in
Input "Enter next number: ", x
and the computer tells me there is a syntax error, and says something about expecting #.
Why is there a problem with my Input line?