Modeless form that still pauses code execution
问题 Is there anyway to have a userform that acts modeless, while still pausing code execution like a modal form? I'd like the userform to show, but still allow interaction with the parent program. Modal forms block interaction with the parent program. A modeless form would work, but I would like the code execution to pause while the form is up. I've worked around this by creating an infinite loop that checks if the form is visible, but that seems a bit hacky. Public Sub GetFormInfoAndDoStuff