Moves the Worksheet cursor to a specific Window.
MOVETO(win)
win |
- |
A Window, the Window to move to. |
moveto(W3)
moves the input cursor to Window 3.
MOVETO makes the destination Window the new current Window.
MOVETO is particularly useful in command files. This function will only work at the initial Worksheet level, i.e. not if a Window is active. You cannot MOVETO a Window that is not displayed.
The discussion of Command Files in the User Manual