If at some point I said that I didn't want the data, I apologize..I do want the data on all screens. The problem I was having is that some of the data on some screens were duplicating..
What I ended up doing is doing IF ElseIF statements for each individual page. I don't really like because...
I understand what's happening now..
My issue is that there is no real way for the code to know when it reaches the last page..
For example
I'm telling the code to assume there are multiple pages if it does not find "PAGE 1 OF 1" and keep pressing pf8..
The code doesn't know when it...
That's what I'd like to know :)
When I look at the output I see this:
000000000
<data>
000000000
<data>
111111111
<data>
111111111
<data>
000000000
<data>
222222222
<data>
What I should get is:
000000000
<data>
111111111
<data>
222222222
<data>
I do not have another do loop to...
Thanks! That was easy :D.. I kept breaking my head moving pieces of code around and I never thought about that.
I got a new issue now..In my ssn.txt file I have 3 entries:
000000000
111111111
222222222
The screens for 000000000 are copied to the scrnout.txt 3 times, 111111111 gets copied to...
Hi all, I wrote a macro that will take a SSN input it and scrape the screen. This was all fine and dandy until now that I have to do the same for 20 or 30 SSNs at a time. I tried adding to the code to read from the file and loop until eof but I get a file already open error.
Seems logical to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.