Jump to content
Macro Express Forums

Frank

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Frank

  1. Hello All... Q1= Mouse Location Variable Q2=Sound file variable Q1 Created a macro that will be put on 3 different computers... In the macro the mouse has to move to a specific location and click three different times in the macro. Because the exact location changes depending on the computer and monitor, I would like to set the locations as a variable at the top / beginning of the macro code. I know I can set X and Y variables BUT is there an easier way to do this? I would like to MOVE MOUSE, Click CTRL + SPACE, and then store as variable but i don't see that option... Any suggestions or comments on how to accomplish this. Q2 Similiar to the above question, same macro plays a few sound files throughout the macro. Is there a way to SET A VARIABLE as a sound file so that I can list the sound file once, at the beginning and refer to the varaible later in the macro ... to play Thanks in advance! F
  2. THANK YOU for the input... Below is the macro that i run to fill in the form. This assumes that I have filled in all of the TEXT TYPE commands. If I use use the VARIABLE SET COMMANDS PROMPT The macro would ask me for the respective info and save to a variable. but then it would run the macro right away. so, I feel as if I should create a NEW MACRO that just asks for a bunch of VARIABLE SET PROMPTS but after I have gone through the prompts how do I incorporate them with my existing macro that takes the info and fills out the form? (how do I save if for a later date / use? <MACRO PLAYBACK SPEED Speed=".75"/> <COMMENT Value="CREDIT CARD TYPE\r\n V=VISA M=MasterCard A=AMEX D=Discover"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="CREDIT CARD NUMBER"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="MONTH EXPIRATION\r\n J=JANUARY = 01 F=FEBRUARY = 02 M=MARCH = 03 A=APRIL = 04\r\n MM=MAY = 05 JJ=JUNE = 06 JJJ=JULY = 07 AA=AUGUST = -8\r\n S=SEPTEMBER = 09 /O=OCTOBER = 10 N=NOVEMBER = 11 D=DECEMBER = 12"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="CC SECURITY CODE\r\n 3 OR 4 DIGITS"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB><TAB><TAB><TAB><TAB><TAB>"/> <COMMENT Value="FIRST NAME"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="LAST NAME"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="ADDRESS 1"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="ADDRESS 2"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="CITY"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB><TAB>"/> <COMMENT Value="STATE / DEFAULT IS ILLINOIS"/> <TEXT TYPE Action="0" Text="ii"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="ZIP CODE"/> <TEXT TYPE Action="0" Text="6"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="AREA CODE"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/> <TEXT TYPE Action="0" Text="<TAB>"/> <COMMENT Value="PHONE NUMBER"/> <TEXT TYPE Action="0"/> <DELAY Flags="\x01" Time=".33"/>
  3. Hello, just found forum and this is first post so hopefully this is not out of place... I created a macro to fill out a form. Name, Address, phone, CC info. I open macro / code, go to 13 different lines of code and open each and input the data and save macro. the macro is now ready to use. My problem is I need to have a lot of these macros with different data for each. It is time consuming to open up a macro and change / delete old info and add new info. I would like to create a macro that opens runs, ask me for all of this data and saves the macro (with or without an activation code) in the appropriate lines of code on my original macro. I believe I need to VARIABLE SET STRINGS / Integers from prompt over and over (13 times) but not sure of what to do with those variables at the end and how to save them to a new new macro. Hope I explained well.... ANY advice or suggestions would be greatly appreciated. F
×
×
  • Create New...