InputBox Cancel

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

How can you identify that a user has clicked the Cancel
button in an InputBox as opposed to just clicking OK with
no value input?
 
Bob said:
How can you identify that a user has clicked the Cancel
button in an InputBox as opposed to just clicking OK with
no value input?

My docs for the InputBox functions says that a zero-length string is
returned whenever Cancel is pressed.
 
Back
Top