View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
external usenet poster
 
Posts: 363
Default Compile error when using Res=Inputbox

The Compile error says:
Variable Not Defined?
I removed the Spaces but they return and the same error occurs.

"JE McGimpsey" wrote in message
...
Compiles fine here. Did you paste it in (sometimes browsers use
non-breaking spaces to indent - deleting the whitespace removes the
error)?



In article ,
"Corey" wrote:

res = InputBox("Please enter a Customer Name here", "....")
I get an error with this NOW?
Why?
How to fix?


Corey....