Okay I've hacked down a large program to illustrate the problem I'm having.
I'm using the built-in Word UDF (which is great) and am finding a range and then copying it to the clipboard and sticking it in an array for viewing.
Then extending the range and again copying it to a clipboard and sticking it into the array.
It seems to drop the ranges randomly. I can't figure out what I'm doing wrong (or if there's a better way to get a range into a variable).
Run the program with the test file and you'll see entries being dropped (put test file in same directory as the program).
Any pointers or help much appreciated.
Hacked down program for testing Range extend and copy v3c.au3
Test for Range Copy v1a.docx