Is there any way to detect that a modeless UserForm has been moved by a mouse click/drag in the title area? UserForm_MouseMove and UserForm_MouseUp appear to work only with buttons.

When a Userform is moved, it comes in focus. I want to detect the move and somehow remove the focus.