Jump to content
Macro Express Forums

mtbsteve

Members
  • Posts

    3
  • Joined

  • Last visited

mtbsteve's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks again Kevin. Only thing that I'm not 100% happy with this macro I'm creating, is how it waits for web pages. I have a screen where I click on a link, it performs an action, then returns to the same web address. As far as I know I can't use the wait for web page command because the browser is already there... Currently I have just set a delay which works ok with my bandwidth and the other website. However, it may not be suitable for its intended purpose. Without setting a 'very high' delay to cater for all, is there any other methods I could use so that I could keep it moving quickly? (The cursor type is one that won't work either.)
  2. Thanks for the reply Kevin - I've managed to get it launching websites from the csv file. Part 2 (if I may be so bold). Can I now loop that process so for each string from the csv file so that it opens the web page, performs a small task on that page, then moves onto the next entry in the csv file (opens next address)? I'd also like to do it so that I'm not opening a new window everytime I want to goto the next web address (I could be processing >50 strings). Thanks...
  3. Hi everyone, I'm completely new to ME and have been trying to get my head around a problem that would help some of my office staff. I'm trying to read strings out of an excel file (1st column only) into a variable. This variable would be used as part of a URL that I need to launch. Example: Read number 123456 from excel file into variable %v1% Load page: www.fakepage.com/editjob.php?jobnumber=%v1% I would then use that same address for the 'wait for web page'. It would be part of a repeat-until loop, so it can 'edit many jobs' based on whats in the excel file. If anyone could help, it would be much appreciated. (a basic example would be great!) Regards, Steve
×
×
  • Create New...