gage006 Posted November 21, 2005 Report Share Posted November 21, 2005 I have this macro that repeats two mouse clicks. I now want to use that macro but every 5 minutes or so, hit f5 and then repeat the mouse clicks. Here's what i've come up with so far but i'm not sure it's going to work or if there's a less complicated way to do it. Any advice is greatly appreciated. <SPEED:00001><IVAR2:01:01:0><REP3:01:000001:000001:00100:0:01:><MMW2:157,283><LCLK><MSD:50><MMW2:263,312><LCLK><ENDREP><TEXTTYPE:<F5>> Quote Link to comment Share on other sites More sharing options...
kevin Posted November 22, 2005 Report Share Posted November 22, 2005 I now want to use that macro but every 5 minutes or soI suggest you try setting the activation to 'Schedule' and select an interval of 5 minutes. Quote Link to comment Share on other sites More sharing options...
gage006 Posted November 22, 2005 Author Report Share Posted November 22, 2005 Scheduling wouldn't work, maybe I worded it wrong. Within this macro, I want it to repeat another fuction (pressing f5) every 5 minutes. This is all one macro. The macro itself, I run at my own free will, it has nothing to do with scheduling. Quote Link to comment Share on other sites More sharing options...
gage006 Posted November 22, 2005 Author Report Share Posted November 22, 2005 Figured it out. Set macro to repeat until N1=0 set repeat 100 in variable n2 <mouse commands> end repeat if n2 = 0 f5 end if repeat end Works perfectly. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.