Sorry if I offended anyone with a sleep deprived onset of "PASTE DOESNT WORK" I digress

CapsOff
Let>NumTimesToLoop=64
Let>Counter=0
Let>X=0
Label>StartOfLoop
setfocus>PPHome*
WaitWindowOpen>PPHome*
wait>.1
press down * 1
press enter
WaitWindowOpen>Broadband*
press down * 39
press shift
wait>.1
press down * 104
press ctrl
Send>c
wait>.1
release shift
release ctrl
wait>.1
press alt
press f4
wait>.1
release alt
setfocus>microsoft excel*
WaitWindowOpen>microsoft excel*
press ctrl
send>v
release ctrl
press alt
send>j
wait>.1
release alt
wait>.1
Add>Counter,1
Add>X,1
If>Counter=NumTimesToLoop,FinishLoop
Goto>StartOfLoop
Label>FinishLoop
The above is code I use to open a series of .txt documents copy specific contents and then paste said contents into excel.
From there after a paste into sheet 1 MS calls a keypress macro in housed in Excel that splits everything from page one to page 2.
(Its to change the orientation of the text from horizontal to vertical, re-arrange last names to the front and concatenate address fields into a standard format for importing into an access database.
I have a couple of problems.
1. Im sure my code up there is some form of blasphamy I dont care I want to have some sleep sometime this week its been one of those weeks at work and its tuesday! I know it works and tidy it up as I go but I do have to copy the very first order file because the loop presses down once so it skips the first order

2. I copy a specific chunk of text from the excel document, certain txt files have added a 2nd or even 3rd line of text for "special comments field".

So if there is content of anykind on line 60 of the text document. (when the order has fewer comments it fits on the line above but some people waffle on for ages to the lines below.)
I need the macro to rename the file to "0000X CHECK.txt" Where X is a variable that increases based on the number of documents opened with content on line 60 + 1.
IF there was some way that that macro scheduler can cut any extra comments back onto the correct line making sure that the next field Current Internet: a blank line down so the paste into excel doesnt go into the incorrect columns.
Im Dyslexic and havent had to do this stuff for years, Im also trying to do similar antics with Access webpages and 10 others things so I never end up getting past the COBBLER stage with any system.
Thank god I have a 2nd Job.
Cheers