BooMeR 0 Posted April 22, 2005 ... by any chance do something like this: "i click in a # of locations and it will remember the locations and then it will display a little box that asks me like "how many loops do you want?" and i put in like 3 and it will click in the order that you clicked and the locations? like i click [1] here [4] here [3] here [2] and here, and then it will display [Enter number of loops __ ], then it will click it in the order and the specified loops.. Dont know if im clear its kinda hard to explain Share this post Link to post Share on other sites
buzz44 1 Posted April 22, 2005 (edited) Yes. I would have a look at; InputBox (), StringSplit ()(Could use it to split the contents on the input box, ie. The X and Y co-ordinates), MouseClick (), For...Next Loops.Ofcourse thats just one way of doing it. There are many possible combinations of things to use and ways to design it. Edited April 22, 2005 by Burrup qq Share this post Link to post Share on other sites