You are perfectly correct indeed...
Is there a way to know what type of header the cursor is in? That would actually help me a lot. I read indeed about the different types of headers. Basically, I am searching for specific strings of characters in the headers and footers, but I first need to make sure the header (or footer) the cursor is in is not linked to the previous one.
Therefore, I need to:
- find out what kind of header (among the 3 possible choices) I am in
- find out the state (linked or not) of the header.

I guess that I would have to use the form .Headers() to work this out?