I'm using a macro to run telnet and give it values from the worksheet. This all works exactly as I hope, but I have one teensy annoyance. Each windows opens in a new "cascaded" position. I'd like each window to open at a specified screen position, if possible. It's horrible, being OCD.

Here is my code (minus all the appropriate DIM and such):
Please Login or Register  to view this content.
Each time the macro runs, the telnet screen I'm looking at is one cascaded position down from the last time around. Eventually, the screen starts to overlap my prompt. It it possible to force an application's screen position through the shell command? (or, am I an OCD idiot?)