Hello,
Could you please let us know if the window is open exactly the same way as you want it to be when you are entering the mouse clicks/Keystrokes?
If not, what you can do is when you enter the mouse clicks and please make sure the window is exactly the same way as you want it to be.
What happens is, the position where the window was, when it was closed last time, it opens again at the same position. But, when you run the macro again, the window moves to the position where it was at the time when you created the task. This is because the macro records size and position of windows the moment when you insert any keystroke or mouse action in that window.
So, what you can do is keep the window in one size and position where you want to when you enter any keystroke/mouse actions in it so that when the maro is run again, it will be in the same size and position as it was at the time it was created.
Hope that helps. |