F
Fred Holmes
How Does one test whether the user has pressed Cancel on an input box?
myString = InputBox(. . . .
If myString = vbCancel Then Exit Sub
The above fails. Pressing Cancel does not trigger the if statement.
MS Word 2003
myString = InputBox(. . . .
If myString = vbCancel Then Exit Sub
The above fails. Pressing Cancel does not trigger the if statement.
MS Word 2003