Jump to content
Macro Express Forums

Tropic

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Tropic

  1. Hi All, I'm trying to automate a file retrieval from a remote site to a local sit.e However, i can not even get it to ping. When i said the details in T1 "Cannot establish FTP connection. Only one connection is allowed at a time." I know i got the right settings and have tried several different accounts. Any help is appreciated. Thanks
  2. << Packers fan. lol Rodgers isn't too shabby, but we could have used farve!
  3. Hi Evilfrog, I'd like to have it start out at 822 position, its on an application. So start @ 822, but then continue 2 characters then copy 78 characters and follow that till i get null values.
  4. Hi, I'd like a simple Loop Repeat until T2 = "" Repeat Start @ 10 times Copy Screen position @ 822 T1 to T2 Variable Modify String Trim T2 Repeat End Repeat End Basically here is the end result I have a application: I'd like to copy starting position 822 value, however I'd like it to copy 72 Characters only Then jump to the next line with is not 822 away but 2 Values away and copy 72 Characters and Continue until there is no data left and it shows "". If I'm confusing you let me know.. i'm watching this thread like a hawk and any input is appreciated.
  5. John, your awesome, I will try this out! Thanks.
  6. So Basically If Variable T1 = A Then Open Yahoo End if If Variable T1 = B Then Open Google End If But if you choose A & B Or i could assign different variables for Yahoo & Google?
  7. Yeah, i could do If's i just wanted to test out the Case. So delays after each one? or should i do for wait for window title etc..?
  8. Hi, I got a macro that is basically a multiple choice menu of different things to open. Their all check-marks. So basically the user runs the macro and checks off what they want to open. In the Multple Choice menu, I got choices up to letter "N". The problem: The macro hangs sometimes if i choose more then one... This is a huge Case Switch? I was thinking should i break it down to sub routines? Thanks!
  9. I agree with John. I used static delays for a while and found that sometimes the macro hangs.
  10. I agree with paul, it would be best to tweek the settings to avoid that. But however, i wonder if he could also use "Wait for Window" command to roll through the pop-ups for the macros within excel.
  11. I had a quick question: This part of your code? What does it really do? are you getting pixel count to adjust to screen for the macro? Repeat Start (Repeat 40 times) Delay 0.5 Seconds Get Pixel: Screen Coords: 900,710 into %N10% If Variable %N10% <> 0 Repeat Exit End If Repeat End
  12. Hi Aaron, nice to meet you, I'm new too. I think we both posted in the wrong area. However, its good to see i'm not the only "new" one
×
×
  • Create New...