Search found 5 matches
- Fri Nov 10, 2006 9:47 pm
- Forum: Technical / Scripting
- Topic: Need to find specific string on changing webpage
- Replies: 3
- Views: 5443
The URL is http://www.mortgage.com/C3/application.bus?Channel=default You will need to go through the items to get to the rates. I am trying to extract the rate: 7.250% I have been running WebRecorder (which works great!!) and then a script Marcus helped me with to extract data. The problem is, the ...
- Fri Nov 10, 2006 8:58 pm
- Forum: Technical / Scripting
- Topic: Need to find specific string on changing webpage
- Replies: 3
- Views: 5443
Need to find specific string on changing webpage
This webpage changes from time to time, but the specific table I am looking for always stays the same. How would I program a script to find a specific column or columns in a webpage. I am trying to post data to Excel located in this string DATA HERE Here is the table I am trying to extract data from...
- Tue Nov 29, 2005 3:01 am
- Forum: Technical / Scripting
- Topic: select all on web page, copy & paste data to excel &
- Replies: 0
- Views: 3383
select all on web page, copy & paste data to excel &
I am running WebRecorder to go through a form on a website to view statistical data. I would like some help building the following process in Macro schedular: (Web page is open) Select all data on webpage(ctrl+a) copy data(ctrl+c) open specific excel sheet paste webpage data (ctrl+p) save as (ctrl+?...
- Mon Sep 26, 2005 2:47 am
- Forum: Technical / Scripting
- Topic: Need assistance with if/then or subroutine
- Replies: 0
- Views: 3218
Need assistance with if/then or subroutine
I am trying to produce an if/then macro or subroutine that sees if a program is running, and if the program is already running, it closes the program and restarts the program. If the program is not running at the specific time it starts the program. Below is the code I have produced so far: Thanks f...
- Sun Sep 25, 2005 11:00 pm
- Forum: Technical / Scripting
- Topic: Macro to test if specific program is open
- Replies: 3
- Views: 6459
Macro to test if specific program is open
Please assist me with the following:
I am trying to create a Macro that will test to see if a program is open in Windows XP. If the program is currently open, do nothing and if the program is not open, run the program.
Any assistance would be appreciated.
I am trying to create a Macro that will test to see if a program is open in Windows XP. If the program is currently open, do nothing and if the program is not open, run the program.
Any assistance would be appreciated.