Jump to content
Macro Express Forums

rockdude

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by rockdude

  1. haha nevermind im dumb i thought of how i can do this
  2. thanks I tried putting your stuff in to my original one i used for numbers 1000 and up, but i cant get it working i must be missing something or not typing something in right. When I started my version it would not input any numbers just the characters none of the serial. Mabye know what im doing wrong? thanks this below is my original macro i used for 1000 to 9999 counting <REPEAT START Start="5000" Step="1" Count="1001" Save="TRUE" Variable="%Serial%"/> <TEXT TYPE Action="0" Text="BMEX%Serial%<TAB><TAB><TAB>"/> <DELAY Flags="\x01" Time=".5"/> <TEXT TYPE Action="0" Text="back123<TAB><TAB><TAB><TAB><TAB>\r\n"/> <DELAY Flags="\x01" Time="1"/> <TEXT TYPE Action="0" Text="<ENTER>"/> <DELAY Flags="\x01" Time="5"/> <MOUSE LEFT DOUBLE CLICK/> <END REPEAT/>
  3. ok nevermind that last stuff, but i have another issue how do i set up the macro so i can go thru the zero number set so the macro starts at BMEX0000 and goes up 1 at a time, so then next it would be BMEX0001 and so on?
  4. now i have another problem the program im trying to run this macro in wont let the macro run at the same time!! why might this be and how can i fix that? like when this program is the active window and i run the macro hot key it doesnt start it or detect it at all, but as soon as i click off the program window so its not the active window the macro starts up so what should i do?
  5. thanks alot, this helps me alot to understand this but i still dont know 100% how i would do this, if you could help me some that would be great! here is key for key what i would need it to do enter key tab key enter key tab key enter in BMEX1000 code here which still the same each loop i need it to add 1 to the 1000 tab key up arrow key up arrow key up arrow key enter key enter key enter key enter key think you can help me out on this!thanks
  6. I just started messing with Macro Express pro and iv been trying to figure out how to make a macro that loops adding 1 to a set of numbers any help? This is what i need, i will need a macro that will bring my mouse over to this text box i have then type in BMEX1000 in that text box ( this much i easily know how to do with just plain old mouse keyboard capturing). Heres the tricky part i need the macro after the BMEX1000 to then press enter on the keyboard then wait a little while and then type the same thing but this time to add +1 to the number in this case BMEX1001 will be entered next, then next time BMEX1002 and so on till BMEX1999. I really have no clue how to do this and will great appreciate some help! Thanks
×
×
  • Create New...