It is if you are using the Heading styles for this. But if you don't provide a sample document formatted as per your documents then we are only guessing and likely to be wrong.
For instance, if this magic paragraph was the first heading in the document you could go to it with
Set rng = ActiveDocument.Range.GoTo(wdGoToHeading, wdGoToFirst)
You can examine the options for the GoTo command here
https://msdn.microsoft.com/en-us/VBA...to-method-word to see if you can find the right combination to always hit your section.