C
Conan Kelly
Hello all,
Inside a Do...While loop I show a user form. Right before the user form is displayed, the code selects some text. The user form
asks if the selected text is correct with yes, no, and cancel buttons.
What I need it to do is display the form as modeless WITHOUT continuing code execution. I need it to be modeless so I can scroll
the document to see if the selected text is correct, since the selected text is larger than the screen. If I show the form as
modal, I can't scroll the window. If I show the form as modeless, the code continues to execute.
How can I show the form as modeless, but pause code execution until a button on the form is clicked?
Thanks for any help anyone can provide,
Conan Kelly
Inside a Do...While loop I show a user form. Right before the user form is displayed, the code selects some text. The user form
asks if the selected text is correct with yes, no, and cancel buttons.
What I need it to do is display the form as modeless WITHOUT continuing code execution. I need it to be modeless so I can scroll
the document to see if the selected text is correct, since the selected text is larger than the screen. If I show the form as
modal, I can't scroll the window. If I show the form as modeless, the code continues to execute.
How can I show the form as modeless, but pause code execution until a button on the form is clicked?
Thanks for any help anyone can provide,
Conan Kelly