MOVE macro

Equivalent to moving a window by dragging its title bar in Microsoft Excel version 3.0 or earlier. MOVE is also equivalent to choosing the Move command from the Control menu in Microsoft Windows. This function is included only for macro compatibility and will be converted to WINDOW.MOVE when you open older macro sheets. For more information, see WINDOW.MOVE.

Syntax

MOVE(x_pos, y_pos, window_text)

MOVE?(x_pos, y_pos, window_text)

Related Functions

WINDOW.MOVE   Sizes a window

WINDOW.SIZE   Moves a window

Return to index