Task.Move Method (Word)
Positions a task window.
Syntax
expression .Move(Left, Top)
expression Required. A variable that represents a Task object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Left |
Required |
Long |
The horizontal screen position of the specified window. |
Top |
Required |
Long |
The vertical screen position of the specified window. |