Compile error when using Res=Inputbox
Corey,
That one line of code, as written, compiles.
Of course, you should be using Option Explicit, and then you would need to
Dim res.
There must be something else you are not including.
NickHK
"Corey" wrote in message
...
res = InputBox("Please enter a Customer Name here", "....")
I get an error with this NOW?
Why?
How to fix?
Corey....
|