I'm having trouble trying to control "dragging forms" and "dragging objects" in VBA / Excel.
For example: I have the main form that I do not want to be moved, a second form is called from the main and can be moved, and I have certain objects that I need to move in it (images, for example), and then I want to return to the main form.
How do I do it?