View Single Post
  #5 (permalink)  
Old 03-29-2008, 12:35 AM
forumsupport forumsupport is online now
Senior Member
 
Join Date: Apr 2007
Posts: 456
Default

Hello,

Try inserting delay after every action in macro so that each action can get enough time to execute and macro can run flawlessly. Insufficient delay can skip any command in macro and results into macro failure.
You can find Delay command under Commands section. Just double click on it, specify the delay time and save the command.

Hope that helps.
Reply With Quote