Hi, first post and first attempt at in depth excel programming (so go easy on me!).
Here's a simplified version of what's going on for me.
I have a modal userform (modal1). If I click on a button the userform is hidden and a modeless userform (modeless1) is shown (modeless1.show False).
This...