Jump to content
Macro Express Forums

NeVeR

Members
  • Posts

    89
  • Joined

  • Last visited

Everything posted by NeVeR

  1. thanks.. that is the thing i'm looking for.. Never knew about that shared page. cheers.
  2. 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.
  3. Thanks.. There might be unsaved data. but it's not a massive issue .... I was thinking something along the lines of ALT+F4 to type about 20 times then try to get it to log off. Still thinking.. test will be fun as it will shut down the PC each time if it's working lol.
  4. We us ME in work and at the end of the shift you'd have anything up 20 thing open from spread sheets to note pad files.. many web pages plus other programs. Would ME be able to shut/close all windows ? It's just a time saver option.
  5. never mind i sorted out a much simpler way of doing this. thanks.
  6. 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 ?
  7. 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
  8. Cheers got it working. Thanks Kevin. In the end i just left the Icons in. To much hassle trying to fix it.
  9. Just to add a bit.. Basically what i would like it my web link to popup when you press "ALT+5" with no header/address bar/icons etc. Just the page..
  10. Can you make macro express launch a webpage in a new window with a set size ? I can launch the webpage (using Firefox) and it will jump into a tab.. I need it to start in it's own window and be like 400 x 400 or something like that Is it possible. thanks.
  11. Just forgot to add.. Each person has 2 things that need to be entered on different prompt's 1st there Person_key then a new prompt to enter that persons ID
  12. 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.
  13. If I had a <enter> somewhere would that put them on different lines ? like this 5054836 4681820 5823874 5453087 313130
  14. I've fixed the 1st part about copying the whole page... only thing left is to try stack them on top of each other. possible ?
  15. thanks this is great. But when i start the macro on the page.. it selects all the page.. see there are other codes on the page and more info thats not needed.. and it selects this to. and the digits come out in a line.. and not stacked on top of each other.. but it's great.. I'll try work with it. thanks.
  16. Guys i still cant get this to work. Accounts Devices In Common Other Devices Associated Accounts Device Exceptions status 5054836 58 0 7 0 status 4681820 2 16 52 0 status 5823874 2 5 6 0 status 5453087 2 15 39 0 status 313130 1 22 81 0 And i need to end up with 5054836 4681820 5823874 5453087 313130 any easier way ?
  17. would it be easier to copy the digits i needs instead of deleting the numbers at the end ? I can remove the status word.. then copy the 1st 8 digits ?
  18. Ok i got it to remove the word status and it displays it like this 14770512 7 0 9 1 4807254 2 3 5 0 4828829 2 3 6 0 262022 1 2 1 0 1934759 1 0 3 0 4947735 1 5 7 0 5780319 1 0 5 0 5780389 1 0 5 0 5785904 1 0 5 0 5786067 1 0 5 0 Which is great Now i've to try remove the other digits. What does the "Append" string do for my macro ?
  19. 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.
  20. If anyone else can help me on this please do. I've messed with it for 2 days and i'm getting no where.
  21. How does the macro know not to delete the info i need?... anything i try just leave me with nothing (blank)
  22. @ rberq: are you sure what you said will work ?.. I dont mind trying it but if i'm not going to get anywhere there's no point.. But i will try. Thanks
×
×
  • Create New...