In my workbook, I have a userform that is visible whenever a particular worksheet is the ActiveSheet. This userform is modeless, and it has buttons on it. Some of the buttons open other userforms. These other userforms are not modeless (I believe they call those 'modal'.)
If I click one of the buttons to open one of these modal userforms and then close that userform, the modeless one also disappears. But there is no code being executed that tells the modeless one to disappear. So I can't understand why it's happening. Is this normal behavior for Excel? Or should a modeless userform stay visible until either the user closes it or a specific line of code hides/unloads it?
I'm not sure of how well I've explained it, so I recorded a short video showing what is happening.
Any ideas why this is happening?
If I click one of the buttons to open one of these modal userforms and then close that userform, the modeless one also disappears. But there is no code being executed that tells the modeless one to disappear. So I can't understand why it's happening. Is this normal behavior for Excel? Or should a modeless userform stay visible until either the user closes it or a specific line of code hides/unloads it?
I'm not sure of how well I've explained it, so I recorded a short video showing what is happening.
Any ideas why this is happening?