I have the following input box in my form prompting for a name. If the user presses the cancel button how to i catch that? I want to close the form once he clicks the cancel button.
prompt = "Please enter the Client Name."
name = InputBox(prompt, "Survey", "Enter name here."
prompt = "Please enter the Client Name."
name = InputBox(prompt, "Survey", "Enter name here."