Share

Application.Move Method

Parent Object: Application

Description

Method that moves the frame window.

Syntax

Application.Move( Top As Long, Left As Long, Height As Long, Width As Long )

Parameters

Name Type Description
Top Long Input argument that specifies the position to which to move the top of the frame window.
Left Long Input argument that specifies the position to which to move the left of the frame window.
Height Long Input argument that specifies the height of the frame window.
Width Long Input argument that specifies the width of the frame window.

Version

Introduced in version 6

Was this information helpful?