Jump to content
Macro Express Forums

NeVeR

Members
  • Posts

    89
  • Joined

  • Last visited

Posts posted by NeVeR

  1. HI all.

     

    I'm trying to do the following.

     

    We have alot of people that have different tasks each day.

     

    Some days are boring and it's a standard reply needed to a customer.

     

    At the start of a day one of the staff would like to be able to add there auto replies to a macro.. But not via macro express.. I'll try explain

     

    1: They highlight the reply ( from notepad - text only)

    2: While highlighted they press CTRL+1 ( copied text is saved )

    3: To paste this copied text they press ALT+1,

     

    the reason for not using the normal copy and paste CTRL+c and CTRL+v is they have many auto replies . (6-7) that they would like to save in ctrl+1/2/3/4/5/6 and paste with ALT+1/2/3/4/5/6

     

    these replies would be different for each person/each day.. So going into macro express and just added each reply to CTRL+1 wont work. we need to be able to change these on the fly.

     

    So if you have one reply set in CTRL+1 and you need to change it you can just highlight you new text and press CTRL+1 and you have a new reply stored in ALT+1

     

    Is that clear ?.. sorry i hope it is.

     

    thanks.

  2. I've a Multiple choice menu where there are 6 options A,B,C,D,E,F

     

    If some selected A,B,C they will get the same questions just with a different title. D,E,and F and totally different.

     

    My problem is I want to set it so when someone picks AB or C they get the same questions but it not working, I got it working for A but i dont want to have to write out all the others again

     

    I have it looking like this

     

    If Variable %T5% = "A"

    If Variable %T5% = "B"

    If Variable %T5% = "C"

     

    after that they get the same questions - But when i select AB or C the marco just ends.

     

    As i said before i added B and C it was working with just A.... Should i just put the set of questions in under 3 different sets ?

  3. This is possible.

     

    The was i would do it is by tabbing to the username and password box and as the macro hits each text area have it wirte the used name and then password.. then press the enter key.

     

    You can also issue a window resize command Look under "Windows/Programs" when you'll see window resize

     

    <HTTP2:1:F:http://yahoo.com><TEXTTYPE:<TAB><TAB><TAB><TAB>><TEXTTYPE:username><TEXTTYPE:<TAB>><TEXTTYPE:password><TEXTTYPE:<TAB>><TEXTTYPE:<ENTER>><WSIZE:00800,00800"CURRENT">

     

    You'll have to change the hotkey and also the URL and amount of tabs

  4. I'm trying to make a marco, I'll explain it 1st.

     

    The end result of this macro will hopefull look like this. ( It's an email )

    Subject: [user ID] Person1 (Key: 12345678)* 
    
    Hey,
    
    Can I get Data on the following please
    
    <person_key>,
    <person_key>,
    <person_key>,
    
    Thank you.

     

    the person key thing can be any amount of people,

     

    I've started with Variable Set Interger %N1% from Prompt - so this is were i will enter the amount of people in the report.

     

    Then i used "Repeat with Variable uning %N1%,

     

    But lets say i have 5 people entered.. How can i save each person entered as a different T1,T2 T3 etc number so I can make the email at the end ?

     

    Any help would be great.. or any ideas of different ways to do it would be great. thank you.

  5. can you review the screen shots i've added.

     

     

    Once the data is in the clipboard, put it a variable like T1. Then: See Image 1 below. Is this right ?

    Variable Set String T2 = "" (empty) See Image 2 below. Is this right ?

    Repeat Start

    Variable Set Integer N1 to position of "status" in T1 See Image 3 below. Is this right ?

    If N1 = 0

    Repeat Exit

    End If

    Variable Modify String Delete N1 characters from the beginning of T1 See Image 4 below. Is this right ?

    Variable Modify String Delete 7 more characters from the beginning of T1 (to get rid of "status ") See Image 5 below. Is this right ?

    Variable Set Integer N2 to position of first blank space in T1 See Image 6 below. Is this right ?

    Variable Modify String append N2 characters from the beginning of T1 to the end of T2 See Image 7 below. Is this right ?

    Repeat End

     

     

     

    Thanks.

    post-4869-127979866069_thumb.jpg

    post-4869-12797986669_thumb.jpg

    post-4869-127979867205_thumb.jpg

    post-4869-127979867779_thumb.jpg

    post-4869-127979868453_thumb.jpg

    post-4869-127979868958_thumb.jpg

    post-4869-127979869643_thumb.jpg

×
×
  • Create New...