Ok, one final revelation (that I just found, using notepad++) is that there is nothing in the line past column 74, when this situation occurs. Based on what I am seeing in Notepad++, there is a CR and LF immediately after the last character. In the sample data properties box, I deselected the "show selected cells" box, and sure enough, the box after the last line of text (when this situation occurs), is grey (not white).
Maybe I'm wrong, or maybe I'm interpreting it differently, but it doesn't seem to be working with the code provided.
Here is the code I entered:
=(((@(¤t.line,1,2))=' ') AND ((@(¤t.line,75,80))=' '))
I almost said, "Not sure where to go from here" ...and then I thought about it.
The first part makes sure to check for the double space (which it does). The means, if there isn't anything in in 75,80 (because it doesn't exist), then that should be my rule!
Where is what I ended up using, which seems to have worked perfectly:
=(((@(¤t.line,1,2))=' ') AND ((@(¤t.line,75,80))=''))
Thanks so much for your help, Jeff... you've really been a great help.
Cheers,
Levi