Remain the previous userform open after unload me using excel vba -
I try to use the unload.me function to turn off userform Now I have 2 users, when the user's form On closing, the user will automatically switch off twice. I want to try to open the previous user. Please help and thank you
Unload. May
Regards, YY
A quick solution, you Try specifying the exact form that should be taken. Use
i.e. Load User Form 2
, if it does not help, check whether the form is a modal form or not. If not, then set them in modal.
Comments
Post a Comment