I have a sub that displays instruction in a modaless form to the user with a checkbox to "Don't show again". It works fine from within Worksheet_Activate. The first time the user activates that sheet the instructions pop up and the user can move around the sheet to see what the instructions apply to.

I'm now trying to do the same with a UserForm. I want the UserForm to be visible with the Instructions hovering over the Form with the instructions in it.
But I can't get it on top, it keeps being displayed underneath the UserForm which doesn't do any good.