Thanks Marcus, Me_again and JRL!
I got it working and I've learned some new things in the process.
Adam
Search found 6 matches
- Tue Apr 01, 2008 11:29 pm
- Forum: Technical / Scripting
- Topic: Help stopping a loop by evaluating the clipboard?
- Replies: 7
- Views: 6677
- Tue Apr 01, 2008 9:11 pm
- Forum: Technical / Scripting
- Topic: Help stopping a loop by evaluating the clipboard?
- Replies: 7
- Views: 6677
Here's a sample I just wrote up that I had previously tried. I tested this before posting with the same results as seen previously. LABEL>THE_START setfocus>Microsoft Excel - Book1 Press Down Press CTRL Send>c Release CTRL Wait>1 GCB>cell_contents if>cell_contents="stopstopstop" goto>THE_END endif s...
- Tue Apr 01, 2008 8:48 pm
- Forum: Technical / Scripting
- Topic: Help stopping a loop by evaluating the clipboard?
- Replies: 7
- Views: 6677
Hi Marcus, Thanks for the prompt reply. That text is what I've tried. You would think it'd work but it does not. I've tried it testing for a blank cell. I've tried it using a predetermined text string and also pasting the contents of a blank cell into the conditional statement as well. All of these ...
- Tue Apr 01, 2008 6:22 pm
- Forum: Technical / Scripting
- Topic: Help stopping a loop by evaluating the clipboard?
- Replies: 7
- Views: 6677
Help stopping a loop by evaluating the clipboard?
Hi, I have several users here set up to modify large lists of varying length (300-30,000 records) in an ERP system using a list of values in Excel. The ERP system is accessed by an emulator on a PC. The macros I have set up work by copying the Excel cell contents on to the clipboard and then pasting...
- Fri Feb 09, 2007 4:04 pm
- Forum: Technical / Scripting
- Topic: Wait help when using Smart Term emulator
- Replies: 3
- Views: 5194
- Tue Jan 30, 2007 1:51 am
- Forum: Technical / Scripting
- Topic: Wait help when using Smart Term emulator
- Replies: 3
- Views: 5194
Wait help when using Smart Term emulator
Hi all, I am hoping that you can help me. I am using a homebrewed ERP system via an emulator called Smart Term, v11.0a. The problem that I am having in my scripting is that I am running a series of reports that are processed sequentially and one needs to finish before I send the commands for the nex...