View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] bartweber@gmail.com is offline
external usenet poster
 
Posts: 3
Default Moving a Control on a Frame during Runtime

Dear all,

On a UserForm I have placed a Frame. Next to that Frame I placed
another Control. During Runtime the control is moved with its top left
corner in a position where the frame is located. What happens is that
the control becomes part of the group of the frame and is located in a
way it is visible as much as possible.
Is there a way preventing the control becoming a group member of the
frame and so that it will be in the exact position I directed the
control to move to, using the X and Y coordination of the UserForm?

Regards,

Bart