Move Method

See Also    Examples    Applies To

Moves the control to the specified coordinates.

Sub Move(Left As Single, [Top As Single], [Width As Single], [Height As Single])

control.Move(Left, [Top], [Width], [Height])

See VB documentation.