Hi folks. Is there a VBA expression (returning a boolean maybe) that will determine if the cursor resides in the last section of a Word (2003) document? As far as usage goes, I'm looking for something roughly similar to:
If thisLocation.isInLastSection = True Then
Do stuff...
End If
If thisLocation.isInLastSection = True Then
Do stuff...
End If