- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Does anybody know how to cancel the window that pops up if the InputRadioBox function is activated?
I have a couple of nested If-functions and even if I click on "x" icon or "esc" button I still get the second window that is activated by the second InputRadioBox function. That window can not be canceled as well.
Cube_size= InputRadioBox("Select the size of the cube", "10", "20",Cube_size, Title := "Size of the cube") If IsNothing(Cube_size) Then Exit Sub -> this does not help
Tom
Solved! Go to Solution.